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

Make optional "Skip if there are no new commits in pre-release re runs" #309

Closed
druskus20 opened this issue Apr 10, 2024 · 1 comment · Fixed by #315
Closed

Make optional "Skip if there are no new commits in pre-release re runs" #309

druskus20 opened this issue Apr 10, 2024 · 1 comment · Fixed by #315

Comments

@druskus20
Copy link
Contributor

druskus20 commented Apr 10, 2024

Motivation:

The behaviour I want is to force a tag bump even if there are no changes - in order to keep versions matching with other apps / deployments.

As I understand this is the default behavior. However I am using a separate release action. This means that I am forced to run github-tag-action in pre-release mode.

Solution

As I understand, putting the checks implemented in #234 behind a parameter should be enough - such as "SKIP_NO_COMMITS_PRERELEASE"

@sbe-arg
Copy link
Collaborator

sbe-arg commented Apr 10, 2024

Thanks for opening #310 although if we merge it we cannot release it atm.

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 a pull request may close this issue.

2 participants