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

release-please CLI #325

Open
userbradley opened this issue Apr 25, 2024 · 0 comments
Open

release-please CLI #325

userbradley opened this issue Apr 25, 2024 · 0 comments
Assignees

Comments

@userbradley
Copy link
Owner

release-please bootstrap \
  --token=$(gh auth token) \
  --repo-url=<owner>/<repo> \
  --release-type=<release-type> [extra options]

where release-type is one of these

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
@userbradley userbradley self-assigned this Apr 25, 2024
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