-
Notifications
You must be signed in to change notification settings - Fork 19
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
Software versioning #561
Closed
35 tasks
turnerrainer opened this issue
May 9, 2024
· 0 comments
· Fixed by buerokratt/Analytics-Module#228, buerokratt/Chat-Widget#177, #601, buerokratt/Service-Module#284 or buerokratt/Training-Module#493
Closed
35 tasks
Software versioning #561
turnerrainer opened this issue
May 9, 2024
· 0 comments
· Fixed by buerokratt/Analytics-Module#228, buerokratt/Chat-Widget#177, #601, buerokratt/Service-Module#284 or buerokratt/Training-Module#493
Comments
3 tasks
turnerrainer
changed the title
Version the source code used in
Software versioning
May 13, 2024
stage
This was referenced May 15, 2024
Merged
This was
linked to
pull requests
May 23, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AS AN Architect
I WANT only versioned code to be used in
stage
environmentSO THAT the content published would be previously verified
Acceptance Criteria
git tags
for versioningstage
branch, only commits with version numbers are allowedstage
branch, all commits must contain-rc
suffix to represent them as release candidates.env
files as triggersVersioning concept
dev
, only hashes are used - no versioningMINOR
.MAJOR
.PATCH
v
as "version"Dev environment
dev
branchTest environment
test
branchtest
branch's latest commitv2.3.0-alpha.1
v2.3.0-alpha.2
v2.3.0-alpha.3
v2.3.0-alpha.4
test
branch's latestalpha
-versioned commitv2.3.0-beta.1
v2.3.0-beta.2
v2.3.0-beta.3
v2.3.0-beta.4
Stage environment
test
branch's latestbeta
-versioned commitstage
branchv2.3.0-rc.1
v2.3.0-rc.2
v2.3.0-rc.3
v2.3.0-rc.4
Production environment
stage
branch's latestrc
-versioned commitmain
branchv2.3.0
v2.3.1
v2.3.2
v2.3.3
The text was updated successfully, but these errors were encountered: