duplocloud/DuploCloud Finish Release

Finishes a gitflow release

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Feb 24, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: duplocloud/ghactions-finish-gitflow-release@4c7d105ce925f6f0c84ba9cf199c4e0542ecc296 # v0.3.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github_tokenGithub token to use for pushing the tag and deleting the release branchyes
target_refrelease target ref (pull request base ref - defaults to {{ github.base_ref }}, which is usually master)no""
source_refrelease source ref (pull request head ref - defaults to {{ github.head_ref }})no""
develop_refdevelop ref (defaults to develop)nodevelop
tag_prefixThe tag prefix (defaults to "v")nov
delete_branchWhether or not to delete the release branch.notrue
validate_mergeValidates that the source_ref was already merged into the target_ref. Set this to "false" if you merge a squashed commit.notrue
is_hotfixWhether or not pipeline triggered from hotfix.nofalse
namedescription
release_tagrelease git tag (with version prefix)
release_branchrelease git branch
release_commitrelease git commit
source_refrelease source ref (pull request head)
target_refrelease target ref (pull request base)