Skip to content

Commit 6082f03

Browse files
committed
chore: get semantic-release to update CHANGELOG
1 parent 79b9910 commit 6082f03

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.releaserc.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
release:
2+
verifyConditions:
3+
- { path: "@semantic-release/changelog", changelogFile: "../CHANGELOG.md" }
4+
- "@semantic-release/npm"
5+
- "@semantic-release/git"
6+
- "@semantic-release/github"
7+
publish:
8+
- { path: "@semantic-release/changelog", changelogFile: "../CHANGELOG.md" }
9+
- "@semantic-release/npm"
10+
- "@semantic-release/git"
11+
- "@semantic-release/github"

0 commit comments

Comments
 (0)