Closed GlitchApotamus closed 1 year ago
Thanks for your contribution! The PR is merged and released on: https://discordplayerplus.lars-rickert.de/guide/commands.html
:tada: This PR is included in version 1.4.4 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Semantic pull request template
This repository uses semantic release for automatically managing changelogs, package versions and GitHub releases. This PR must follow the below semantic release rules.
Pull request title
The title must follow the naming scheme
type(scope): Title
, e.g.feat(component-xyz): add click event
and be in present tense.Types
Available types can be found here.
Scopes
The scope is optional but you can set it e.g. to the component or feature that this PR is about. Setting the scope to
no-release
will not trigger a semantic release after the PR is merged.Pull request description
Describe all important changes of this PR in present tense.
If the PR contains breaking changes (not backwards-compatible) you must add the keyword
BREAKING CHANGE:
orBREAKING CHANGES:
. For example:BREAKING CHANGE: Remove property "myProp" from component XYZ