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

Update release workflow #175

Merged
merged 3 commits into from
Nov 10, 2023
Merged

Update release workflow #175

merged 3 commits into from
Nov 10, 2023

Conversation

oliversun9
Copy link
Contributor

Split release.yaml into create-release-pr.yaml and draft-release.yaml.

Remove test.yaml, seems like it shouldn't be on main in the first place?

git add .
git commit -m "Update version to ${VERSION}"
git push --set-upstream origin --force ${BRANCH}
gh pr create --title "Release v${VERSION}" --body "Release prepared for ${VERSION}"
Copy link
Contributor Author

@oliversun9 oliversun9 Nov 9, 2023

Choose a reason for hiding this comment

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

We could also add --notes 'replace me' as a placeholder for us to replace, but most of the time it will just get deleted because nothing is changed about this action, except for using a newer version of the CLI

with:
version: 'latest'
github_token: ${{ github.token }}
- run: buf --version
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This workflow can be removed

@oliversun9 oliversun9 merged commit 81bf726 into main Nov 10, 2023
3 checks passed
@oliversun9 oliversun9 deleted the osun/update-release-workflow branch November 10, 2023 16:43
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.

2 participants