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

Patch version bumping #174

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

PedroAVJ
Copy link
Contributor

Implement Version Bump Workflow (closes #112)

Description:
Implemented the version bump workflow using the GitHub action referenced in issue #112.

Key Changes:

  • The workflow uses the FragileTech/bump-version action.
  • Paths-ignore is set to VERSION to prevent the workflow from triggering when only the VERSION file is updated.

Important Notes:

  1. Personal Access Token (PAT) Requirement: This workflow requires a PAT to function. Once generated, the login field in the workflow file should be updated with the username of the account that created the PAT.
  2. Tested Successfully: To ensure the workflow functions as expected and to prevent unintentional behavior (like a fork bomb), I've tested this implementation on my private repository.

Next Steps:

  • Generate a PAT with the necessary permissions.
  • Update the login field in the workflow file with the username associated with the PAT.

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.

Add automatic patch version bumping
1 participant