Skip to content

Commit 6ad2e70

Browse files
committed
Minor changes to ease navigating the project
1 parent 9d603d2 commit 6ad2e70

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
default: patch
3+
---
4+
5+
# Add a repository link

.changeset/update_the_readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
default: patch
3+
---
4+
5+
# Update the README

knope.toml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1-
package.versioned_files = ["package.json"]
2-
package.changelog = "CHANGELOG.md"
3-
bot.releases.enabled = true
1+
[package]
2+
versioned_files = ["package.json"]
3+
changelog = "CHANGELOG.md"
4+
5+
[[workflows]]
6+
name = "release"
7+
8+
[[workflows.steps]]
9+
type = "Release"
10+
11+
[[workflows]]
12+
name = "document-change"
13+
14+
[[workflows.steps]]
15+
type = "CreateChangeFile"

0 commit comments

Comments
 (0)