We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc5871 commit ceeb54eCopy full SHA for ceeb54e
1 file changed
knope.toml
@@ -1,18 +1,15 @@
1
2
-[package.sable]
+[packages.sable]
3
versioned_files = ["package.json", "package-lock.json"]
4
changelog = "CHANGELOG.md"
5
-# tag_prefix = "sable/"
6
-# assets = "marker for GitHub bot" // TODO: add this later once we have assets
7
-
8
-[changes]
9
-ignore_conventional_commits = true
10
11
-[package]
12
extra_changelog_sections = [
13
{ name = "Documentation", types = ["docs"] },
14
{ name = "Notes", types = ["note"] }
15
]
+# assets = "marker for GitHub bot" // TODO: add this later once we have assets
+
+[changes]
+ignore_conventional_commits = true
16
17
[[workflows]]
18
name = "release"
0 commit comments