Skip to content

Commit 2c1617f

Browse files
committed
feat!: initial release
BREAKING CHANGE: Initial release starts from 1.0.0
1 parent 8a761a4 commit 2c1617f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release
22
on:
33
push:
4-
branches: release-workflow
4+
branches: main
55

66
permissions:
77
contents: read # for checkout

lib/.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"branches": ["release-workflow"]
2+
"branches": ["main"]
33
}

0 commit comments

Comments
 (0)