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 71c4dfb + 419138e commit 61b3730Copy full SHA for 61b3730
.github/release-please-config.json
@@ -13,14 +13,12 @@
13
"taco/cmd/taco": {
14
"release-type": "go",
15
"component": "taco-cli",
16
- "skip-github-release": false,
17
- "changelog": false
+ "changelog-path": ".changelog-ignore/CHANGELOG.md"
18
},
19
"taco/cmd/statesman": {
20
21
"component": "taco-statesman",
22
23
24
}
25
26
.gitignore
@@ -28,6 +28,9 @@ dist/
28
build/
29
bin/
30
31
+# Release-Please changelog files (ignored)
32
+.changelog-ignore/
33
+
34
# IDE and editor files
35
*.swp
36
*.swo
0 commit comments