Skip to content

Commit

Permalink
chore(Release): Fix release notes path
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed May 20, 2020
1 parent 759f4be commit e6ac541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ plugins:
- - "@semantic-release/npm"
- npmPublish: false
- - "@semantic-release/exec"
- prepareCmd: 'echo "${nextRelease.notes}" > src/main/play/release-notes/en-US/default.txt'
- prepareCmd: 'echo "${nextRelease.notes}" > app/src/main/play/release-notes/en-US/default.txt'
publishCmd: "./.github/scripts/publish-to-play-store.sh ${nextRelease.version}"

0 comments on commit e6ac541

Please sign in to comment.