Skip to content

Commit

Permalink
Fix contributing.md (#820)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <marrcooos@gmail.com>
  • Loading branch information
mcandeia authored Aug 29, 2024
1 parent 76102e6 commit 8fbe410
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ Since this repository contains integrations that must be tested against a deco s
We follow semantic versioning, and all apps in this repository are versioned collectively using git tags. To release a new version:

1. Fork the repository and create a pull request with your changes.
2. After the PR is approved and merged, request a maintainer to run the release task:
2. After the PR is approved and merged, request a maintainer to react the releaser comment with the required emoji
👍 for **Patch**
🎉 for **Minor**
🚀 for **Major**

```sh
deno task release
```
When your PR got merged, a new tag will arrive with the desired semver modification.

0 comments on commit 8fbe410

Please sign in to comment.