Skip to content

Commit 12437a1

Browse files
committed
ci: enable semantic-release
1 parent 7fd00ed commit 12437a1

3 files changed

Lines changed: 4 additions & 36 deletions

File tree

.github/workflows/semantic-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
name: Semantic release
3-
if: false
3+
on:
4+
push:
5+
branches:
6+
- main
47

58
jobs:
69
build:

.releaserc.mjs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ export default {
2929
changelogTitle: "Changelog"
3030
}
3131
],
32-
[
33-
"@semantic-release/exec",
34-
{
35-
"generateNotesCmd": "./bin/run-dch ${lastRelease.version} ${nextRelease.version}"
36-
}
37-
],
3832
[
3933
"@semantic-release/git",
4034
{

bin/run-dch

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)