-
Notifications
You must be signed in to change notification settings - Fork 117
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
chore(readme): update release process #352
base: main
Are you sure you want to change the base?
Conversation
You'll need to fill out a few bits of information when you submit the deploy workflow: | ||
1. Which package should be published (Currently `vue`, `react`, or `angular`). | ||
2. What version should be published. | ||
3. What npm tag it should be published under (`next` or `latest`) | ||
4. Any preid, like `alpha` or `rc` | ||
5. After the release has been published, you will need to manually bump the version in the `package.json` and `package-lock.json` files and commit the change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a hint/example/suggestion to use npm version --no-git-tag-version
to do this to ensure everything gets bumped properly?
You'll need to fill out a few bits of information when you submit the deploy workflow: | ||
1. Which package should be published (Currently `vue`, `react`, or `angular`). | ||
2. What version should be published. | ||
3. What npm tag it should be published under (`next` or `latest`) | ||
4. Any preid, like `alpha` or `rc` | ||
5. After the release has been published, you will need to manually bump the version in the `package.json` and `package-lock.json` files and commit the change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think about having them create a tag as well? e.g. git tag -a @stencil/[email protected] -m "@stencil/vue-output-target v0.8.6"
and have them push it to GH (git push origin @stencil/[email protected]
)?
Pull request checklist
Please check if your PR fulfills the following requirements:
npm run build
) was run locally for affected output targetsnpm test
) were run locally and passednpm run prettier
) was run locally and passedPull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue URL:
What is the new behavior?
Does this introduce a breaking change?
Other information