Skip to content

Commit

Permalink
docs: add package.json to sample versionrc.js (#3)
Browse files Browse the repository at this point in the history
If versionrc.js is present, package.json isn't automatically bumped unless it's included in the versionrc.json config
  • Loading branch information
awinograd authored Feb 11, 2020
1 parent c9eb647 commit 1a28eeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ Here is an example configuration that updates the version, Android `versionCode`
// .versionrc.js
module.exports = {
bumpFiles: [
{
filename: 'package.json',
},
{
filename: 'app.json',
updater: require.resolve('standard-version-expo'),
Expand Down

0 comments on commit 1a28eeb

Please sign in to comment.