chore: test ci

This commit is contained in:
Aleksandr Chikovani 2023-08-26 20:32:43 -04:00
parent fe130f52c8
commit c3ecf967d5

View file

@ -26,6 +26,14 @@ jobs:
prerelease: true
}
]
plugins:
- "@semantic-release/changelog"
- "@semantic-release/commit-analyzer"
- - "@semantic-release/exec"
- verifyReleaseCmd: "echo \${nextRelease.version} > VERSION.txt"
- "@semantic-release/git"
- "@semantic-release/gitlab"
- "@semantic-release/release-notes-generator"
#dry_run: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}