Skip to content

feat: implement MAJOR.ALPHA.BETA.BUILD auto-versioning in CI - #48

Merged
tech-stack-studios merged 1 commit into
developfrom
feature/auto-versioning
May 27, 2026
Merged

feat: implement MAJOR.ALPHA.BETA.BUILD auto-versioning in CI#48
tech-stack-studios merged 1 commit into
developfrom
feature/auto-versioning

Conversation

@tech-stack-studios

Copy link
Copy Markdown
Owner

Implements automatic version bumping in CI:

  • Seed version in package.json set to 1.0.0.0
  • On push to develop: increments BUILD digit (4th)
  • On push to alpha: increments ALPHA digit (2nd), resets BUILD to 0
  • On push to beta: increments BETA digit (3rd), resets BUILD to 0
  • Version bump happens before build so the .deb artifact carries the correct version
  • Commit is pushed back with [skip ci] so it does not re-trigger the pipeline
  • PRs and main/uat are unaffected — no bump on those

@tech-stack-studios
tech-stack-studios merged commit a017544 into develop May 27, 2026
1 check passed
@tech-stack-studios
tech-stack-studios deleted the feature/auto-versioning branch May 27, 2026 02:17
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.

1 participant