Skip to content

Commit

Permalink
ci: update release comment (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Sep 13, 2023
1 parent f295c50 commit 84d722d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"lint-staged": "^13.1.0",
"manten": "^1.1.0",
"node-pty": "^1.0.0",
"outdent": "^0.8.0",
"pkgroll": "^1.8.0",
"semver": "^7.3.8",
"simple-git-hooks": "^2.8.1",
Expand Down
7 changes: 7 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions release.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
const outdent = require('outdent');
module.exports = {
addReleases: 'bottom',
successComment: outdent`
:tada: This issue has been resolved in v\${nextRelease.version}
If you appreciate this project, please consider [supporting this project by sponsoring](https://github.com/sponsors/privatenumber) :heart: :pray:
`,
};

0 comments on commit 84d722d

Please sign in to comment.