@varlet/release 0.2.7 → 0.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -178,7 +178,7 @@ async function confirmVersion(currentVersion, expectVersion) {
|
|
|
178
178
|
{
|
|
179
179
|
name,
|
|
180
180
|
type: "list",
|
|
181
|
-
choices: [`All packages version ${currentVersion} -> ${expectVersion}
|
|
181
|
+
choices: [`All packages version ${currentVersion} -> ${expectVersion}`, BACK_HINT]
|
|
182
182
|
}
|
|
183
183
|
]);
|
|
184
184
|
return ret[name];
|
package/dist/index.js
CHANGED
|
@@ -135,7 +135,7 @@ async function confirmVersion(currentVersion, expectVersion) {
|
|
|
135
135
|
{
|
|
136
136
|
name,
|
|
137
137
|
type: "list",
|
|
138
|
-
choices: [`All packages version ${currentVersion} -> ${expectVersion}
|
|
138
|
+
choices: [`All packages version ${currentVersion} -> ${expectVersion}`, BACK_HINT]
|
|
139
139
|
}
|
|
140
140
|
]);
|
|
141
141
|
return ret[name];
|