Skip to content

Commit

Permalink
Update: publish release notes to GitHub when doing a prerelease (#20)
Browse files Browse the repository at this point in the history
This will make it easier to do prereleases of packages like `espree` from CI.
  • Loading branch information
not-an-aardvark committed Mar 30, 2018
1 parent 2731ce1 commit af2cac8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/eslint-prerelease.js
Expand Up @@ -32,4 +32,5 @@ if (!prereleaseId) {
process.exit(1); // eslint-disable-line no-process-exit
}

ReleaseOps.release(prereleaseId);
var releaseInfo = ReleaseOps.release(prereleaseId);
ReleaseOps.publishReleaseToGitHub(releaseInfo);

0 comments on commit af2cac8

Please sign in to comment.