Skip to content

Commit

Permalink
fix: try to make a commit when publishing (step 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
e-picas committed Feb 4, 2024
1 parent 9634b51 commit 1ebcb30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins:
- path: "@semantic-release/exec"
verifyReleaseCmd: "echo \"${nextRelease.version}\" > /tmp/mde-next_release"
prepareCmd: "php bin/mde-dev --release=${nextRelease.version} make-release"
- path: "@semantic-release/github"
- path: "@semantic-release/git"
assets:
- "CHANGELOG.md"
- "src/MarkdownExtended/MarkdownExtended.php"
Expand All @@ -34,6 +34,7 @@ plugins:
- "man/markdown-extended.3.man"
- "man/markdown-extended.7.man"
- "composer.json"
- path: "@semantic-release/github"
- path: "@saithodev/semantic-release-backmerge"
backmergeBranches:
- from: "master"
Expand Down

0 comments on commit 1ebcb30

Please sign in to comment.