Skip to content

Commit

Permalink
skip major git tag bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Sep 15, 2022
1 parent 90e56c4 commit c89ed86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .changes/config.json
Expand Up @@ -66,7 +66,6 @@
}
],
"postpublish": [
"git tag ${ pkg.pkg }-v${ pkgFile.versionMajor } -f",
"git tag ${ pkg.pkg }-v${ pkgFile.versionMajor }.${ pkgFile.versionMinor } -f",
"git push --tags -f"
],
Expand Down Expand Up @@ -136,7 +135,6 @@
}
],
"postpublish": [
"git tag ${ pkg.pkg }-v${ pkgFile.versionMajor } -f",
"git tag ${ pkg.pkg }-v${ pkgFile.versionMajor }.${ pkgFile.versionMinor } -f",
"git push --tags -f"
]
Expand Down

0 comments on commit c89ed86

Please sign in to comment.