We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f5c0b commit 4bdced2Copy full SHA for 4bdced2
.github/workflows/cl.yaml
@@ -1,3 +1,9 @@
1
+# Pipeline that generates a changelog using git-cliff
2
+# starting from cliff.toml configuration file
3
+# the changelog news are then pushed to the CHANGELOG.md file and sent to Slack
4
+# a new tag is created based on semantic versioning of commits
5
+# if commit contains '[skip cl notify]' the changelog is not sent to Slack
6
+
7
---
8
name: Changelog Pipeline
9
0 commit comments