Skip to content

release-please CLI #325

Open
Open
@userbradley

Description

@userbradley
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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions