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

Automatically increment build number on merge to master #79

Open
BarryNolte opened this issue Apr 8, 2023 · 0 comments
Open

Automatically increment build number on merge to master #79

BarryNolte opened this issue Apr 8, 2023 · 0 comments

Comments

@BarryNolte
Copy link
Collaborator

Currently the version number for the extension in package.json must be incremented/changed manually (if someone remembers).

Using the ci system, is it possible to automatically update the version number?

Proposal, version # format:

[major].[minor].[daily].[build_number]

  • Major incremented manually
  • Minor incremented on 'official release' build
  • Daily incremented by ci on daily build
  • build_number incremented on each merge attempt into master.
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

No branches or pull requests

1 participant