Skip to content

Commit

Permalink
fix: remove skip ci (#4)
Browse files Browse the repository at this point in the history
## Context

Currently the CI will not run on release commits

## Changes

Removed the flag from the commit message

## Checklist

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
- [x] I have tested my code for breaking changes and added the
corresponding footer in this PR if needed
- [ ] I have added tests that prove my fix is effective or that my
feature works
  • Loading branch information
remcolakens authored Mar 30, 2023
1 parent 3da69a2 commit e4f281f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
[
"@semantic-release/git",
{
"message": "v${nextRelease.version}\n\n[skip ci]",
"message": "v${nextRelease.version}\n\n",
"assets": [
"package.json",
"docs/CHANGELOG.md"
Expand Down

0 comments on commit e4f281f

Please sign in to comment.