fix(release): run npm plugin before git so new package.json version gets committed

This commit is contained in:
Christopher Willis-Ford 2022-08-31 08:45:48 -07:00
parent 3f6eb53ba7
commit a99400805b

View file

@ -9,6 +9,12 @@ module.exports = {
changelogTitle: '# Changelog\n\nAll notable changes to this project will be documented in this file. See\n[Conventional Commits](https://conventionalcommits.org) for commit guidelines.'
}
],
[
'@semantic-release/npm',
{
tarballDir: 'pack'
}
],
[
'@semantic-release/git',
{
@ -16,12 +22,6 @@ module.exports = {
message: 'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}'
}
],
[
'@semantic-release/npm',
{
tarballDir: 'pack'
}
],
[
'@semantic-release/github',
{