We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442b690 commit 8420a01Copy full SHA for 8420a01
.circleci/config.yml
@@ -32,4 +32,4 @@ jobs:
32
# Release
33
- run:
34
name: release
35
- command: npm run semantic-release || true
+ command: npm run semantic-release --dry-run || true
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "kenticocloud-nuxt-module",
3
- "version": "1.0.0-release",
+ "version": "2.0.0-beta",
4
"description": "Add Kentico Cloud super power to your nuxt app",
5
"main": "lib/module.js",
6
"directories": {
0 commit comments