Skip to content

Commit

Permalink
fix: Add brief information about PR merging (#244)
Browse files Browse the repository at this point in the history
* fix: Add brief information about PR merging

* fix deleted words
  • Loading branch information
Wolmin authored May 21, 2024
1 parent 3b3b33c commit ae9ec51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ This repository has a CI/CD pipeline set up that will automatically build a scri

> For PR builds please use the separate PR's GH deployment
### Merging PRs

When the fix/feature is done and approved, please make sure to merge your PR in a way so that your latest commit's message contains either
`fix:` or `feat:` prefix. This ensures that CI/CD will add your changes to a new GitHub release.

#### Using the LUKSO CLI URL

```sh
Expand Down

0 comments on commit ae9ec51

Please sign in to comment.