Skip to content

Commit

Permalink
chore: little bits of cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Feb 10, 2023
1 parent 11799e1 commit 1ba8bdd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ plugins:
- '@semantic-release/github'
- [
'@semantic-release/git',
{ message: "build(release): 🚀 v${nextRelease.version} release 🦉\n\n${nextRelease.notes}\n[skip ci]" },
{ message: "build(release): 🚀 v${nextRelease.version} 🦉\n\n${nextRelease.notes}\n[skip ci]" },
]
# dryRun: true # TODO: remove this

0 comments on commit 1ba8bdd

Please sign in to comment.