Skip to content

Commit 57cf8a2

Browse files
authored
Merge pull request #150 from SableClient/fix/knope-changesets
fix: knope changesets
2 parents 3c4d93f + 3e3b557 commit 57cf8a2

8 files changed

Lines changed: 7 additions & 7 deletions

.changeset/.gitkeep

Whitespace-only changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sable: minor
2+
default: minor
33
---
44

55
add button to save a sticker you see in the message timeline to your personal account sticker pack
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sable: minor
2+
default: minor
33
---
44

55
Added config option `hideUsernamePasswordFields` for hosts to hide username and password fields from login page.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sable: patch
2+
default: patch
33
---
44

55
Clarify notification settings and functionality once and for all.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sable: patch
2+
default: patch
33
---
44

55
Fix images without an empty body display as "Broken Message"

.github/workflows/require-changeset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
9292
\`\`\`md
9393
---
94-
sable: patch
94+
default: patch
9595
---
9696
9797
Short user-facing summary of the change.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Alternatively, you can document the change manually by creating a change file:
8585

8686
```md
8787
---
88-
sable: patch
88+
default: patch
8989
---
9090

9191
Short user-facing summary of the change.

knope.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type = "PrepareRelease"
2323

2424
[[workflows.steps]]
2525
type = "Command"
26-
command = "git commit -m \"chore: prepare release\""
26+
command = "git commit -m \"chore: prepare release $version\""
2727

2828
[[workflows.steps]]
2929
type = "Command"

0 commit comments

Comments
 (0)