mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2025-07-14 18:22:22 +03:00
Add release candidate
This commit is contained in:
parent
b0c776d4b9
commit
2bf42ac73e
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "runet-censorship-bypass",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.0-rc0",
|
||||
"description": "",
|
||||
"homepage": "https://github.com/ilyaigpetrov/copy-unicode-urls#readme",
|
||||
"main": "index.js",
|
||||
|
|
|
@ -34,7 +34,7 @@ const ifAllArgsProvided = requiredFlags.reduce(
|
|||
|
||||
const semver = process.env.npm_package_version;
|
||||
const context = {
|
||||
version: semver,
|
||||
version: semver.replaceAll('-rc', '.'), // Release candidate becomes the fourth integer.
|
||||
edition: args.edition,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user