Skip to content

Commit b220eb6

Browse files
committed
ci: use sort method to determine previous tag
1 parent 856bc7a commit b220eb6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release_config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
"target": "skip-changelog"
4949
}
5050
],
51+
"tag_resolver": {
52+
"method": "sort"
53+
},
5154
"template": "#{{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n#{{UNCATEGORIZED}}\n</details>",
5255
"pr_template": "- #{{TITLE}} (##{{NUMBER}}) - #{{AUTHOR}}",
5356
"commit_template": "- #{{TITLE}} ([#{{MERGE_SHA}}](${{ steps.get_repo_url.outputs.REPO_URL }}/commit/#{{MERGE_SHA}}))",

0 commit comments

Comments
 (0)