Skip to content

Commit

Permalink
fix(doc): package.json with correct version
Browse files Browse the repository at this point in the history
- semantic release packages order change - npm before git
- add package.json to git assets
  • Loading branch information
Passerino committed Oct 5, 2021
1 parent 4db2bb7 commit ac05bc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .releaserc.json
Expand Up @@ -44,12 +44,12 @@
"changelogFile": "docs/CHANGELOG.md"
}
],
"@semantic-release/npm",
[
"@semantic-release/git",
{
"assets": ["docs/CHANGELOG.md"]
"assets": ["package.json", "docs/CHANGELOG.md"]
}
],
"@semantic-release/npm"
]
]
}

0 comments on commit ac05bc9

Please sign in to comment.