Skip to content

Commit

Permalink
fix: edit to the post-release script (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock authored Jan 24, 2024
1 parent 9d40baf commit 2e8abd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/generated/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ <h1>Agent-JS Changelog</h1>
<section>
<h2>Version x.x.x</h2>
<ul>
<li>fix: edit to the post-release script</li>
<li>fix: export partial identity from index of @dfinity/identity</li>
<li>chore: npm update & bumping jest-environment-jsdom</li>
<li>feat: release automation changes</li>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"git push --set-upstream origin release/${version}"
],
"after:release": [
"gh pr create --base main --title 'chore: release ${version}' --body 'GitHub Release: ${releaseUrl}\nNPM release: https://www.npmjs.com/package/@dfinity/agent/v/${version}'`n[ ] Check this box to trigger CI"
"gh pr create --base main --title 'chore: release ${version}' --body 'GitHub Release: ${releaseUrl}\nNPM release: https://www.npmjs.com/package/@dfinity/agent/v/${version}'\n[ ] Check this box to trigger CI"
]
},
"git": {
Expand Down

0 comments on commit 2e8abd1

Please sign in to comment.