Automatically push new tags to a stable
git branch #317
Labels
No labels
architecture
authentication
backend
bug
ci/cd
cleanup
documentation
duplicate
enhancement
good first issue
help wanted
in progress
invalid
media
mobile
new feature
packaging
question
ui
voice
waiting user input
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: platypush/platypush#317
Loading…
Add table
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?
Every time a new version tag is created, we should also fast-forward the
stable
branch to the current head.By doing so, Docker images and other automatic builders can directly fetch the
stable
branch and get the latest version, instead of explicitly specifying a tag, or having to resort to pulling themaster
branch.