Commit 5c3d3224 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 4de8cf3e
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.2.2](https://gitlab.com/to-be-continuous/semantic-release/compare/3.2.1...3.2.2) (2023-02-27)


### Bug Fixes

* mark current directory as safe for git ([8f7e0be](https://gitlab.com/to-be-continuous/semantic-release/commit/8f7e0be5bbd7870515f7144d37b6ad4f9201ee7e))

## [3.2.1](https://gitlab.com/to-be-continuous/semantic-release/compare/3.2.0...3.2.1) (2023-01-27)


+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/semantic-release'
    ref: '3.2.1'
    ref: '3.2.2'
    file: '/templates/gitlab-ci-semrel.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -578,7 +578,7 @@ stages:
  image: $SEMREL_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "semrel", "3.2.1" ]
      command: ["--service", "semrel", "3.2.2" ]
  before_script:
    - *semrel-scripts
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"