Commit f2748907 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

doc: fix typo

parent f8c7949c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# GitLab CI template for semantic-release

This project implements a GitLab CI/CD template to automate your versionning and release management with [semantic-release](https://github.com/semantic-release/semantic-release), supporting one or several of the following features:
This project implements a GitLab CI/CD template to automate your versioning and release management with [semantic-release](https://github.com/semantic-release/semantic-release), supporting one or several of the following features:

* determine the next release version number,
* generate the changelog,
+1 −1
Original line number Diff line number Diff line
{
  "name": "semantic-release",
  "description": "Automate your versionning and release management with [semantic-release](https://github.com/semantic-release/semantic-release)",
  "description": "Automate your versioning and release management with [semantic-release](https://github.com/semantic-release/semantic-release)",
  "template_path": "templates/gitlab-ci-semrel.yml",
  "kind": "publish",
  "variables": [
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ files:
    documentation: ./README.md
    changelog: ./CHANGELOG.md
data:
    description: "Automate your versionning and release management with semantic-release"
    description: "Automate your versioning and release management with semantic-release"
    public: true
    labels:
    - to be continuous