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.
2 parents 45651ed + 5f5eda0 commit 9e9d800Copy full SHA for 9e9d800
.github/workflows/nuget-release.yml
@@ -26,7 +26,7 @@ jobs:
26
git config --local user.name "midnightmeshllc"
27
28
- name: Run Versionize (versioning & changelog)
29
- run: versionize --changelog-all --exit-insignificant-commits
+ run: versionize --exit-insignificant-commits
30
continue-on-error: false
31
32
- name: Get Version from Versionize
.versionize
@@ -0,0 +1,23 @@
1
+{
2
+ "changelog": {
3
+ "header": "My Changelog",
4
+ "includeAllCommits": true,
5
+ "sections": [
6
+ {
7
+ "type": "feat",
8
+ "section": "✨ Features",
9
+ "hidden": false
10
+ },
11
12
+ "type": "fix",
13
+ "section": "🐛 Bug Fixes",
14
+ "hidden": true
15
16
17
+ "type": "perf",
18
+ "section": "🚀 Performance",
19
20
+ }
21
+ ]
22
23
+}
0 commit comments