Skip to content

Commit

Permalink
feat!: initial release
Browse files Browse the repository at this point in the history
BREAKING CHANGES: Initial release starts from 1.0.0
  • Loading branch information
brimmann committed Jul 29, 2024
1 parent 8a761a4 commit 7502a7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release
on:
push:
branches: release-workflow
branches: main

permissions:
contents: read # for checkout
Expand Down
2 changes: 1 addition & 1 deletion lib/.releaserc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"branches": ["release-workflow"]
"branches": ["main"]
}

0 comments on commit 7502a7d

Please sign in to comment.