Open
Description
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