Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
fix: export next version to env
Browse files Browse the repository at this point in the history
  • Loading branch information
fforootd committed Dec 30, 2019
1 parent 881d9e4 commit 42d3c27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ module.exports = {
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
"@semantic-release/github",
["@semantic-release/exec", {
"prepareCmd": "echo ${nextRelease.version}"
}],
]
};

0 comments on commit 42d3c27

Please sign in to comment.