Commit b616e999 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent bf79a7df
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.1.1](https://gitlab.com/to-be-continuous/semantic-release/compare/3.1.0...3.1.1) (2022-11-26)


### Bug Fixes

* support custom CA certificates with npm ([bf79a7d](https://gitlab.com/to-be-continuous/semantic-release/commit/bf79a7df66f4585288f872477eb386294a372b12))

# [3.1.0](https://gitlab.com/to-be-continuous/semantic-release/compare/3.0.0...3.1.0) (2022-10-16)


+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,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.1.0'
    ref: '3.1.1'
    file: '/templates/gitlab-ci-semrel.yml'
```

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