Skip to content

Commit

Permalink
Merge pull request #29 from voxpupuli/readme
Browse files Browse the repository at this point in the history
doc: use tagFormat default of v1.2.3, remove not needed slack plugin, fix spelling
  • Loading branch information
rwaffen authored Oct 18, 2024
2 parents 961cc52 + 948a889 commit 20f8cea
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ branches:
ci: true
debug: true
dryRun: false
tagFormat: '${version}'
preset: 'conventionalcommits'

gitlabUrl: 'https://gitlab.example.com'
Expand Down Expand Up @@ -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' }
Expand All @@ -91,9 +90,6 @@ plugins:
assets:
- 'CHANGELOG.md'

- path: '@intuit/semantic-release-slack'
fullReleaseNotes: true

verifyConditions:
- '@semantic-release/changelog'
- '@semantic-release/git'
Expand Down Expand Up @@ -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`.

Expand Down

0 comments on commit 20f8cea

Please sign in to comment.