Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • to-be-continuous/semantic-release
  • jonathang/semantic-release
  • kiranpatel11/semantic-release
  • another15y/to-be-continuous/semantic-release
  • xavier.francois/semantic-release
  • scrocquesel/semantic-release
  • svalabs/tbc/semantic-release
  • timothy.stone/semantic-release
  • casparbauer/semantic-release
  • kilianpaquier/to-be-continuous-semrel
  • pytgaen-group/semantic-release
  • TartanLeGrand/semantic-release
  • spector15155/semantic-release
  • yinkaihsu/semantic-release
  • lchastel/semantic-release
  • cityriot8/semantic-release
  • regis1.archambault/semantic-release
  • another15y/tbc/semantic-release
  • amirfrd/semantic-release
  • ceulemans/semantic-release
  • domdo.es-sr/semantic-release
  • benplus/semantic-release
22 results
Show changes
Commits on Source (3)
# [3.2.0](https://gitlab.com/to-be-continuous/semantic-release/compare/3.1.1...3.2.0) (2022-12-05)
### Features
* display computed semantic-release-info ([5a1a37b](https://gitlab.com/to-be-continuous/semantic-release/commit/5a1a37be5df577d249205b917072467af208c392))
## [3.1.1](https://gitlab.com/to-be-continuous/semantic-release/compare/3.1.0...3.1.1) (2022-11-26)
......
......@@ -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.1'
ref: '3.2.0'
file: '/templates/gitlab-ci-semrel.yml'
```
......
......@@ -535,10 +535,8 @@ stages:
mv "${dotenv_tmp}" "${SEMREL_INFO_FILE}"
if [[ -n "$TRACE" ]]; then
echo "semrel dotenv artifact:"
cat "${SEMREL_INFO_FILE}"
fi
echo "semrel dotenv artifact:"
cat "${SEMREL_INFO_FILE}"
}
function configure_commit_signing() {
......@@ -579,7 +577,7 @@ stages:
image: $SEMREL_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "semrel", "3.1.1" ]
command: ["--service", "semrel", "3.2.0" ]
before_script:
- *semrel-scripts
- install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
......