mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2026-04-19 12:59:54 +00:00
Windows support, history results always use \n
This commit is contained in:
parent
65140edf77
commit
b38e4671e9
3 changed files with 7 additions and 5 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
|
@ -1021,7 +1021,7 @@ exports.issueCommand = issueCommand;
|
|||
|
||||
const core = __webpack_require__(470);
|
||||
const exec = __webpack_require__(986);
|
||||
const eol = __webpack_require__(87).EOL;
|
||||
const eol = '\n';
|
||||
|
||||
const tagPrefix = core.getInput('tag_prefix') || '';
|
||||
const namespace = core.getInput('namespace') || '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue