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

Releases: fix snapshot action in pre-release mode, create single tag per version instead of per package #1187

Closed
3 tasks
alvrs opened this issue Jul 21, 2023 · 2 comments

Comments

@alvrs
Copy link
Member

alvrs commented Jul 21, 2023

Some rough edges around the new changesets based release pipeline we should smooth out:

  • it seems like the snapshot action fails on main now that main entered pre-release mode. Maybe we could have a step in the snapshot action to "exit" pre-release mode (without actually committing that change) to work around this?
  • changesets creates an individual tag for each package+version, instead of a single tag per version. I think a single tag per version would be cleaner, since all versions are synced
  • it would be nice if we had a global changelog like before with lerna (see [proposal] Aggregated/"monorepo" changelog in root of monorepo? changesets/changesets#264)
@alvrs
Copy link
Member Author

alvrs commented Jul 27, 2023

Added an issue to changesets for the first point: changesets/changesets#1195. Will attempt to work around for now by exiting the pre-release mode in the action before releasing the snapshot release.

@alvrs
Copy link
Member Author

alvrs commented Aug 24, 2023

fixed by #1256 and #1203

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

1 participant