Unverified Commit 78449f4e authored by WorldTeacher's avatar WorldTeacher
Browse files

fix(ci): streamline commit-analyzer configuration in release setup [release]

parent f9f7c1f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
+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