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

feat: allow forcing latest tag #1070

Merged
merged 4 commits into from Sep 24, 2021
Merged

Conversation

chingor13
Copy link
Contributor

Allows you to skip the latest tag lookup and specify the previous tag and sha to base the release on.

Example:

release-please release-pr --token=$GITHUB_TOKEN \
  --repo-url=googleapis/google-cloud-go --package-name=asset \
  --path=asset --release-type=go-yoshi --monorepo-tags=true  \
  --debug --latest-tag-name=asset/v1.0.0 \
  --latest-tag-sha=79837291073d538f8ca768b04afc642bdd25d69b \
  --latest-tag-version=1.0.0

Creates: googleapis/google-cloud-go#4812

@chingor13 chingor13 requested a review from a team September 24, 2021 21:18
@chingor13 chingor13 requested a review from a team as a code owner September 24, 2021 21:18
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 24, 2021
Copy link
Contributor

@bcoe bcoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I think you just need to update snapshot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants