-
Notifications
You must be signed in to change notification settings - Fork 7
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
Implement automated pipeline for code commits #207
Open
21 tasks
turnerrainer opened this issue
Nov 6, 2024
· 2 comments
· Fixed by buerokratt/pipelines-automation#4
Open
21 tasks
Implement automated pipeline for code commits #207
turnerrainer opened this issue
Nov 6, 2024
· 2 comments
· Fixed by buerokratt/pipelines-automation#4
Comments
This was referenced Nov 10, 2024
This was
linked to
pull requests
Nov 19, 2024
18 tasks
Unable to Implement automated pipeline for some repos at the moment. Blocked by subtask |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AS AN Architect
I WANT TO implement automated pipeline for code commits
SO THAT this flow would be without manual intervention and maintains clear versioning and change tracking
Acceptance Criteria
feature
branches currently in use,dev
,test
,stage
, andmain
, are deletedBranches
feature
branches for daily developmentsdev
branch as a merger offeature
branchestest
branch for code that has passed automated testing indev
branchstage
branch for code that has passed extensive testing intest
branchmain
branch for code that has passed all tests instage
branchVersioning
major
.minor
.patch
Transition of
patch
versionsdev
(e.g.,v1.2.1
) are preserved through all branches (test
,stage
,main
)Incrementing
minor
versionsminor
versions can only be introduced indev
branchIncrementing
major
versionsmajor
versions can only be introduced inmajor
branchCommit Message Validation
[type(scope): description]
Note
E.g.,
[type(scope): description]
=>[feat(207): Implement automated pipeline for code commits]
feat
,fix
,chore
,docs
,refactor
,style
, andtest
Automated Release History Generation
dev
totest
,test
tostage
, andstage
tomain
, should trigger automatic generation of a release history (changelog)feat
,fix
), and display a summary of changes in the formatCHANGELOG.md
test
,stage
,main
)The text was updated successfully, but these errors were encountered: