We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0f6af commit c1b5bd4Copy full SHA for c1b5bd4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@mike-north/js-lib-semantic-release-config",
3
- "version": "1.0.0",
+ "version": "0.0.0-development",
4
"main": "index.js",
5
"repository": "https://github.com/mike-north/js-lib-semantic-release-config",
6
"author": "Mike North <michael.l.north@gmail.com> (https://mike.works)",
@@ -12,5 +12,15 @@
12
"@semantic-release/exec": "^3.0.2",
13
"@semantic-release/git": "^7.0.1",
14
"@semantic-release/github": "^5.0.2"
15
+ },
16
+ "scripts": {
17
+ "semantic-release": "semantic-release"
18
19
+ "devDependencies": {
20
+ "semantic-release": "^15.9.9"
21
22
+ "plublishConfig": {
23
+ "access": "public",
24
+ "tag": "next"
25
}
26
yarn.lock
0 commit comments