Skip to content

Commit b6fed83

Browse files
committed
ci: use tag versions
1 parent e0c0f5c commit b6fed83

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-scaffold",
3-
"version": "1.9.0",
3+
"version": "0.0.0",
44
"description": "Generate any file structure - from single components to entire app boilerplates, with a single command.",
55
"homepage": "https://chenasraf.github.io/simple-scaffold",
66
"repository": "https://github.com/chenasraf/simple-scaffold.git",

release.config.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ module.exports = {
1414
changelogTitle: "# Change Log",
1515
},
1616
],
17-
[
18-
"@semantic-release/npm",
19-
{
20-
npmPublish: false,
21-
},
22-
],
2317
[
2418
"@semantic-release/npm",
2519
{
@@ -30,7 +24,7 @@ module.exports = {
3024
[
3125
"@semantic-release/git",
3226
{
33-
assets: ["CHANGELOG.md", "package.json"],
27+
assets: ["CHANGELOG.md"],
3428
},
3529
],
3630
[

0 commit comments

Comments
 (0)