Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple projects in one set of prompts #579

Merged
merged 6 commits into from
Nov 12, 2023

Conversation

miniscruff
Copy link
Owner

  • Helps if your change affects multiple projects without being
    too inconvenient if not.
  • Add an example for projects.
  • Add a link to npm package in nodejs install docs

Closes #571
Closes #558

Check the following

  • Keep 100% code coverage
  • Be properly formatted
  • Documentation changes are included
  • Include a change file if expected

Additional context
Heavily derived from #572 thanks @fsmaia

* Helps if your change affects multiple projects without being
too inconvenient if not.
* Add an example for projects.
* Add a link to npm package in nodejs install docs
@miniscruff miniscruff linked an issue Nov 12, 2023 that may be closed by this pull request
Copy link

codecov bot commented Nov 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Files Coverage Δ
cmd/new.go 100.00% <100.00%> (ø)
core/change.go 100.00% <100.00%> (ø)
core/config.go 100.00% <100.00%> (ø)
core/prompt.go 100.00% <100.00%> (ø)

📢 Thoughts on this report? Let us know!

examples/projects.gif Outdated Show resolved Hide resolved
core/templatecache.go Outdated Show resolved Hide resolved
@miniscruff miniscruff merged commit b7d2abf into main Nov 12, 2023
5 checks passed
@miniscruff miniscruff deleted the 571-support-multiple-projects-in-a-single-change branch November 12, 2023 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support multiple projects in a single change Create example for monorepos using projects
1 participant