Skip to content

Simplify version-update action (trigger update for every tag, even hotfixes) - #190

Merged
mrfijas merged 1 commit into
masterfrom
simplify-version-update-action
Aug 26, 2026
Merged

Simplify version-update action (trigger update for every tag, even hotfixes)#190
mrfijas merged 1 commit into
masterfrom
simplify-version-update-action

Conversation

@mrfijas

@mrfijas mrfijas commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

that fancy-schmancy "hotfix" detection haven't even work..
I fixed it, but didn't push, because I realized that it's not worth over-complicating the flow - theoretically bumping on every tag shouldn't be a problem, because version bump would be triggered by:

  1. regular commits to develop branch ✔️
  2. regular release tags ✔️
  3. hotfix release tags (from master/previous tag), which in normal flow should be followed by master -> develop merge, so final version in stack would point to dev again ✔️

btw removal of dev-branch isn't a breaking change - github ignores that input, so "client" repos can migrate in own pace

@mrfijas
mrfijas requested a review from glothriel August 18, 2026 07:58
@mrfijas
mrfijas requested a review from a team as a code owner August 18, 2026 07:58
@mrfijas
mrfijas merged commit 55a1f35 into master Aug 26, 2026
4 checks passed
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