Skip to content
Snippets Groups Projects
Commit f2748907 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

doc: fix typo

parent f8c7949c
No related branches found
No related tags found
No related merge requests found
# 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,
......
{
"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": [
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment