mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2025-02-17 00:20:29 -05:00
fix(release): run npm plugin before git so new package.json version gets committed
This commit is contained in:
parent
3f6eb53ba7
commit
a99400805b
1 changed files with 6 additions and 6 deletions
|
@ -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',
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue