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

Introduce 'tagpr' to automate bumping semantic version #13

Merged
merged 3 commits into from
Jun 13, 2024

Conversation

Rindrics
Copy link
Collaborator

@Rindrics Rindrics commented Jun 11, 2024

related to #4

  • this PR will introduce tagpr to automate tagging (bumping semantic version)
    • it increments patch version on by default
    • it increments minor- or major- versions by adding the corresponding labels
      • for minor: minor to increment minor version using 'tagpr'
      • for major: major to increment major version using 'tagpr'
  • automated 'releasing' will be enabled after closing Publish as GitHub Actions #5

@Rindrics Rindrics requested a review from a team June 11, 2024 08:50
@Rindrics Rindrics self-assigned this Jun 11, 2024
@Rindrics Rindrics mentioned this pull request Jun 11, 2024
2 tasks
@Rindrics Rindrics changed the title Automate tagging Introduce 'tagpr' to automate bumping semantic version Jun 11, 2024
@Rindrics Rindrics force-pushed the issue-3-enable-test branch from a6136a3 to 8ac9365 Compare June 11, 2024 09:53
@Rindrics Rindrics force-pushed the issue-4-automate-release branch from 2760027 to 68953f6 Compare June 11, 2024 09:53
Copy link

@bvlion bvlion left a comment

Choose a reason for hiding this comment

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

I made one comment, but it doesn't affect the functionality, so I'm approving it.

@@ -0,0 +1,30 @@
# .github/workflows/cd.yml
Copy link

Choose a reason for hiding this comment

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

Is this comment necessary?

Suggested change
# .github/workflows/cd.yml

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

no~~, thanks!!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fixed: a8e9029

Base automatically changed from issue-3-enable-test to main June 13, 2024 05:31
@Rindrics
Copy link
Collaborator Author

thx!

@Rindrics Rindrics merged commit 986bd03 into main Jun 13, 2024
1 check passed
@Rindrics Rindrics deleted the issue-4-automate-release branch June 13, 2024 05:32
This was referenced Jun 13, 2024
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