mirror of
https://github.com/gchq/CyberChef
synced 2025-01-01 07:18:47 +00:00
Updated newMinorVersion script
This commit is contained in:
parent
f79c3ae91a
commit
c6935e040d
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ const getFeature = function() {
|
|||
|
||||
fs.writeFileSync(path.join(process.cwd(), "CHANGELOG.md"), changelogData);
|
||||
|
||||
console.log("Written CHANGELOG.md");
|
||||
console.log("Written CHANGELOG.md\nCommit changes and then run `npm version minor`.");
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue