ci: use tag versions

This commit is contained in:
2024-01-29 03:17:08 +02:00
committed by Chen Asraf
parent 819cd20644
commit a10f412337
2 changed files with 2 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "simple-scaffold",
"version": "1.9.0",
"version": "0.0.0",
"description": "Generate any file structure - from single components to entire app boilerplates, with a single command.",
"homepage": "https://chenasraf.github.io/simple-scaffold",
"repository": "https://github.com/chenasraf/simple-scaffold.git",

View File

@@ -14,12 +14,6 @@ module.exports = {
changelogTitle: "# Change Log",
},
],
[
"@semantic-release/npm",
{
npmPublish: false,
},
],
[
"@semantic-release/npm",
{
@@ -30,7 +24,7 @@ module.exports = {
[
"@semantic-release/git",
{
assets: ["CHANGELOG.md", "package.json"],
assets: ["CHANGELOG.md"],
},
],
[