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

Documentation around recovering from mistakes #78

Open
NullVoxPopuli opened this issue Sep 13, 2024 · 0 comments
Open

Documentation around recovering from mistakes #78

NullVoxPopuli opened this issue Sep 13, 2024 · 0 comments

Comments

@NullVoxPopuli
Copy link
Contributor

NullVoxPopuli commented Sep 13, 2024

Example mistakes

  • doing a whole set of releases wrong, and needing to re-publish everything 🙈 .
    • this may be easiest by patch-bumping all the packages in a monorepo, but so far, I've had to:
      • manually edit the release-plan.json (easy, but requires 4 fields per package, oldVersion, newVersion, impact, and pkgJSONPath)
      • manually edit the package.json versions before publish -- or, we lost idempotency somewhere
    • some things I noticed
      • prepare seems not to use custom release-plan files

Some ideas I have:

  • split out commands or add more args for reading in the .release-plan.json
  • add a command for verifying the release plan
    • and telling you what next steps are
  • have explain-plan use the .release-plan.json
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

No branches or pull requests

1 participant