We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
release-please bootstrap \ --token=$(gh auth token) \ --repo-url=<owner>/<repo> \ --release-type=<release-type> [extra options]
where release-type is one of these
release-type
Create the PR after merging all your changes to main and using conventional commits
release-please release-pr \ --token=$(gh auth token) \ --repo-url org/repo
Then once the PR looks fine, merge it and then run the below
release-please github-release \ --token=$(gh auth token) \ --repo-url org/repo
The text was updated successfully, but these errors were encountered:
userbradley
No branches or pull requests
where
release-type
is one of theseCreate the PR after merging all your changes to main and using conventional commits
release-please release-pr \ --token=$(gh auth token) \ --repo-url org/repo
Then once the PR looks fine, merge it and then run the below
release-please github-release \ --token=$(gh auth token) \ --repo-url org/repo
The text was updated successfully, but these errors were encountered: