Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ inputs:
force:
description: "Forcefully push the branch to remote branch"
required: false
last-released-tag:
description: "The last released tag on the branch (e.g. v2.7.7). Changelog entries will be moved to the next patch version (e.g. v2.7.8)."
required: false
runs:
using: node16
main: dist/index.js
Expand Down
Loading