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

TCN-667 add release action #70

Merged

Conversation

elliotmjackson
Copy link
Contributor

@elliotmjackson elliotmjackson commented Oct 27, 2022

cd "${BUFBUILD_BUF_SETUP_ACTION_DIR}"
git switch main
git pull origin main

make updateversion VERSION=${VERSION}
git diff

git checkout -b release/v${VERSION}
git commit -am "Update to v${VERSION}"
git push origin release/v${VERSION}

# Get that PR approved and merged

git switch main
git pull origin main
git tag -a "v${VERSION}" -m "v${VERSION}"
git push origin "v${VERSION}"

Resolves TCN-680
Resolves TCN-680

@elliotmjackson elliotmjackson marked this pull request as draft October 27, 2022 16:42
@elliotmjackson elliotmjackson marked this pull request as ready for review October 31, 2022 19:29
@elliotmjackson
Copy link
Contributor Author

depends on TCN-671

@elliotmjackson elliotmjackson marked this pull request as ready for review November 2, 2022 17:23
Copy link
Contributor

@joshcarp joshcarp left a comment

Choose a reason for hiding this comment

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

LGTM with the assumption it's been tested on a branch

@elliotmjackson elliotmjackson merged commit a8ba580 into main Nov 8, 2022
@elliotmjackson elliotmjackson deleted the ejackson/tcn-667-automate-buf-setup-action-release branch November 8, 2022 14:01
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

Successfully merging this pull request may close these issues.

None yet

2 participants