Skip to content

Conversation

@kalfonso
Copy link
Collaborator

This PR configures a GitHub action that will tag the main branch on successful push. The tag is the current release version with the patch version incremented. Major and minor version number remain the same as the last release.
https://github.com/squareup/pranadb-internal/issues/28

This PR configures a GitHub action that will tag the `main` branch on successful push. The tag is the current release version with the `patch` version incremented. Major and minor version number remain the same as the last release.
squareup/pranadb-internal#28
@kalfonso kalfonso force-pushed the kalfonso.220630-release-successful-main-push branch from 0e3056d to d534520 Compare June 30, 2022 06:39
id: bump_version
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we want to set more granular permissions for what the GITHUB_TOKEN can be used for, or do we consider it pretty low risk at this point?

@purplefox
Copy link
Collaborator

The tag is the current release version with the patch version incremented.

Where is this version obtained from?

@purplefox
Copy link
Collaborator

@kalfonso bump :)

@kalfonso kalfonso merged commit 7f38f86 into main Jul 6, 2022
@kalfonso kalfonso deleted the kalfonso.220630-release-successful-main-push branch July 6, 2022 05:56
@kalfonso
Copy link
Collaborator Author

kalfonso commented Jul 6, 2022

@purplefox the version is obtained from the latest tagged version 0.1.0. So new versions will be 0.1.1, 0.1.2, etc

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.

4 participants