Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ include: variables: GIT_SUBMODULE_STRATEGY: recursive ZOLA_WORKSPACE_DIR: "docs" GIT_DEPTH: "0" # secret variables # (define the variables below in your GitLab group/project variables) # GITLAB_TOKEN: A GitLab 'project access token' or 'personal access token' with `api`, `read_repository` and `write repository` scopes. Loading .releaserc +1 −5 Original line number Diff line number Diff line plugins: - - "@semantic-release/commit-analyzer" - preset: "angular" releaseRules: - breaking: true release: "major" - "@semantic-release/commit-analyzer" - "@semantic-release/release-notes-generator" - "@semantic-release/gitlab" # generates the CHANGELOG.md Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ include: variables: GIT_SUBMODULE_STRATEGY: recursive ZOLA_WORKSPACE_DIR: "docs" GIT_DEPTH: "0" # secret variables # (define the variables below in your GitLab group/project variables) # GITLAB_TOKEN: A GitLab 'project access token' or 'personal access token' with `api`, `read_repository` and `write repository` scopes. Loading
.releaserc +1 −5 Original line number Diff line number Diff line plugins: - - "@semantic-release/commit-analyzer" - preset: "angular" releaseRules: - breaking: true release: "major" - "@semantic-release/commit-analyzer" - "@semantic-release/release-notes-generator" - "@semantic-release/gitlab" # generates the CHANGELOG.md Loading