Skip to content

Commit

Permalink
ci(release): disable tag committing
Browse files Browse the repository at this point in the history
  • Loading branch information
sargreal committed Feb 6, 2025
1 parent 57603eb commit cdc182b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-plugin-translate",
"version": "1.3.1",
"version": "0.0.0-semantically-released",
"description": "Strapi plugin for managing and automating translation of content",
"keywords": [
"strapi",
Expand Down
4 changes: 2 additions & 2 deletions providers/deepl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-provider-translate-deepl",
"version": "1.2.2",
"version": "0.0.0-semantically-released",
"description": "DeepL provider for translate plugin in Strapi 4",
"keywords": [
"strapi",
Expand Down Expand Up @@ -66,7 +66,7 @@
},
"peerDependencies": {
"lodash": "*",
"strapi-plugin-translate": "1.3.1"
"strapi-plugin-translate": "*"
},
"engines": {
"node": ">=18 <=22",
Expand Down
4 changes: 2 additions & 2 deletions providers/libretranslate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strapi-provider-translate-libretranslate",
"version": "1.1.1",
"version": "0.0.0-semantically-released",
"description": "Libretranslate provider for translate plugin in Strapi 4",
"keywords": [
"strapi",
Expand Down Expand Up @@ -67,7 +67,7 @@
},
"peerDependencies": {
"lodash": "*",
"strapi-plugin-translate": "1.3.1"
"strapi-plugin-translate": "*"
},
"engines": {
"node": ">=18 <=22",
Expand Down
1 change: 0 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ module.exports = {
'@semantic-release/release-notes-generator',
'@semantic-release/github',
'@semantic-release/npm',
'@semantic-release/git',
],
}

0 comments on commit cdc182b

Please sign in to comment.