Skip to content

Commit

Permalink
ci: workaround - pin conventional-changelog-conventionalcommits
Browse files Browse the repository at this point in the history
  • Loading branch information
cernst72 committed Sep 8, 2023
1 parent de090a3 commit b8e35d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ release:
PYPI_TOKEN: ${PYPI_VJA_TOKEN}
before_script:
- apt-get update && apt-get install -y --no-install-recommends git-core ca-certificates python-is-python3 python3-pip twine
- npm install -g semantic-release @semantic-release/gitlab @semantic-release/changelog conventional-changelog-conventionalcommits @semantic-release/commit-analyzer @semantic-release/git semantic-release-pypi
- npm install -g semantic-release @semantic-release/gitlab @semantic-release/changelog conventional-changelog-conventionalcommits@6 @semantic-release/commit-analyzer @semantic-release/git semantic-release-pypi
script:
- python --version
- semantic-release
Expand Down

0 comments on commit b8e35d1

Please sign in to comment.