mirror of
https://github.com/aurc/loggo.git
synced 2026-04-26 16:35:55 +03:00
[GH-ISSUE #9] Pipelines for versioning correctly #3
Labels
No labels
need more info
need more info
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/loggo#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aurc on GitHub (Jun 25, 2022).
Original GitHub issue: https://github.com/aurc/loggo/issues/9
The exiting pipeline automatically increments the minor version of a tag upon merge from a
featureto the themainbranch.This feature requires next level maturity for release planning, incorporating either a
releaseordevelopbranch so that whenmerged onto
mainit increments the major version number.Additionally, add a
versioncommand tologgothat can display the current version. For that, a pipeline mustalter the source code to tag the newly generated tag version