From 948a8897584c92bd2012daa53a1dee2c4b65465f Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Fri, 18 Oct 2024 10:21:48 +0200 Subject: [PATCH] doc: use tagFormat default of v1.2.3, remove not needed slack plugin, fix spelling Signed-off-by: Robert Waffen --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7d48b8d..95167a2 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,6 @@ branches: ci: true debug: true dryRun: false -tagFormat: '${version}' preset: 'conventionalcommits' gitlabUrl: 'https://gitlab.example.com' @@ -73,7 +72,7 @@ plugins: issueUrlFormat: "https://jira.example.com/browse/{{prefix}}{{id}}" types: - { type: 'build', section: '๐Ÿ‘ท Build' } - - { type: 'chore', section: '๐Ÿงน Chorses' } + - { type: 'chore', section: '๐Ÿงน Chores' } - { type: 'ci', section: '๐Ÿšฆ CI/CD' } - { type: 'dep', section: '๐Ÿ‘พ Dependencies' } - { type: 'docs', section: '๐Ÿ“š Docs' } @@ -91,9 +90,6 @@ plugins: assets: - 'CHANGELOG.md' - - path: '@intuit/semantic-release-slack' - fullReleaseNotes: true - verifyConditions: - '@semantic-release/changelog' - '@semantic-release/git' @@ -170,12 +166,12 @@ docker run -it --rm \ ghcr.io/voxpupuli/semantic-release:latest ``` -### Notifing RocketChat +### Notifying RocketChat There is a helper script in the container, which can send some data over curl to RocketChat. You need a RocketChat Hook link. -#### script +#### Script The script has the parameters `-V`, `-o` and `-d`.