-
Notifications
You must be signed in to change notification settings - Fork 0
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
Cgerman/publishing #133
Cgerman/publishing #133
Conversation
|
Added new publishing process:
If no change set found a bot will tell you now :
Here are the steps :
Release Process
Pr phase
Before committing finishing a PR run
npx changeset
to generate a new changeset. The changeset will either be a major minor or patch change.This will generate a file in the .changeset folder that will have the change description of what you have worked on.
Publishing phase
Pre branch release
Before creating release branch in the format release/changed-elements-react-vx.x.x
Run
npx changeset version
on master to update the package.json and changelog then create the release branch.This will create and tag a release for the repository
Post branch release
A Pr will be created from release branch pointing at master. Merge PR in and do not delete branch.
Go to ADO Pipeline and run based on tagged release. This will publish the package.