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

Add bumpversion action #108

Open
sevdog opened this issue Sep 27, 2022 · 2 comments
Open

Add bumpversion action #108

sevdog opened this issue Sep 27, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@sevdog
Copy link
Contributor

sevdog commented Sep 27, 2022

Let's use a shared and approved "version bumper" script/software and cofigure a template workflow to be used on PR open towards master/main which bumps version automatically.

@acocheo
Copy link
Collaborator

acocheo commented Oct 14, 2022

Linked #68

@0ssigeno
Copy link
Collaborator

When you use the repository's GITHUB_TOKEN to perform tasks, events triggered by the GITHUB_TOKEN, with the exception of workflow_dispatch and repository_dispatch, will not create a new workflow run. This prevents you from accidentally creating recursive workflow runs. For example, if a workflow run pushes code using the repository's GITHUB_TOKEN, a new workflow will not run even when the repository contains a workflow configured to run when push events occur. For more information, see "Authenticating with the GITHUB_TOKEN."

This is the implementation problem. Otherwise, the feature is present on branch change_version_on_file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants