Skip to content

Commit

Permalink
v5.0.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Jun 9, 2020
1 parent cfd2666 commit 89574ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
version } = require(join(process.env.GITHUB_WORKSPACE,
"package.json")); const tag = version.match(/alpha|beta|rc/); const [,
changes] = readFileSync(join(process.env.GITHUB_WORKSPACE,
"CHANGELOG.md"), "utf8").split("\n### "); core.setOutput("VERSION",
"CHANGELOG.md"), "utf8").split("\n## "); core.setOutput("VERSION",
version); core.setOutput("RELEASE_NOTES",
changes.substring(changes.indexOf("\n")));
core.setOutput("IS_PRE_RELEASE", !!tag); core.setOutput("NPM_FLAGS",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "yuml2svg",
"displayName": "yUML to SVG",
"description": "UML diagramming tool based on the yUML syntax",
"version": "5.0.0-beta.12",
"version": "5.0.0-rc",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 89574ef

Please sign in to comment.