Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: use tagFormat default of v1.2.3, remove not needed slack plugin, fix spelling #29

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading