Loading .releaserc 0 → 100644 +12 −0 Original line number Diff line number Diff line { "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/changelog", ["@semantic-release/git", { "assets": ["CHANGELOG.md","pyproject.toml","setup.py"], "message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}" }], "@semantic-release/gitlab", ] } alm/semantic-release.yml +6 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,12 @@ semantic-release: variables: EXTRA_ARGS: "" script: - | if ! test -f .releaserc; then echo "[!] No '.releaserc' file found. The job will probably fail." echo "See https://gitlab.com/notno/ci-templates/-/blob/master/.releaserc for an example." echo "See https://semantic-release.gitbook.io/semantic-release/usage/configuration on how to configure semantic-release." fi - npm install -g semantic-release @semantic-release/gitlab @semantic-release/git @semantic-release/changelog - semantic-release ${EXTRA_ARGS} rules: Loading Loading
.releaserc 0 → 100644 +12 −0 Original line number Diff line number Diff line { "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/changelog", ["@semantic-release/git", { "assets": ["CHANGELOG.md","pyproject.toml","setup.py"], "message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}" }], "@semantic-release/gitlab", ] }
alm/semantic-release.yml +6 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,12 @@ semantic-release: variables: EXTRA_ARGS: "" script: - | if ! test -f .releaserc; then echo "[!] No '.releaserc' file found. The job will probably fail." echo "See https://gitlab.com/notno/ci-templates/-/blob/master/.releaserc for an example." echo "See https://semantic-release.gitbook.io/semantic-release/usage/configuration on how to configure semantic-release." fi - npm install -g semantic-release @semantic-release/gitlab @semantic-release/git @semantic-release/changelog - semantic-release ${EXTRA_ARGS} rules: Loading