fix Feat/workflow (#123)

* update: release

* fix

* fix

* fix

* Update docker.yml

* fix

* Update auto-release.yml

* Update auto-release.yml

* add: bumper

* Update auto-release.yml

* Update auto-release.yml

* fix

---------

Co-authored-by: Théo LAGACHE <theo.lagache@soluce-technologies.com>
This commit is contained in:
Théo LAGACHE
2026-03-04 09:30:26 +01:00
committed by GitHub
co-authored by Théo LAGACHE
parent 6731c3fea9
commit 131f2b4538
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -17,6 +17,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
- uses: pnpm/action-setup@v4
+3 -2
View File
@@ -1,14 +1,15 @@
{
"git": {
"commit": true,
"commitMessage": "chore: release v${version}",
"requireCleanWorkingDir": true,
"requireUpstream": true,
"tag": true,
"tagName": "${version}",
"push": true
},
"github": {
"release": true
"release": true,
"tokenRef": "GITHUB_TOKEN"
},
"plugins": {
"@release-it/conventional-changelog": {