Skip to content

Commit

Permalink
update release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkav committed Jul 1, 2024
1 parent 466d4c1 commit 8ac52f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Insomnia Mockbin is maintained by [Kong](https://github.com/Kong), who also main
- [Running with Docker Compose](#running-with-docker-compose)
- [Documentation](#documentation)
- [API Docs](#api-docs)
- [Releasing](#releasing)
- [Software Bill of materials](#software-bill-of-materials)
- [Verify a container image signature](#verify-a-container-image-signature)
- [Verify a container image provenance](#verify-a-container-image-provenance)
Expand Down Expand Up @@ -77,6 +78,15 @@ docker compose up

Read the full API documentation, please review the [API Docs](https://github.com/Kong/mockbin/tree/master/docs).

## Releasing

Run the following command and push the newly created commit into your PR.
This will trigger the release action upon merging the PR.

```sh
npm version patch
```

### Software Bill of materials

Kong Insomnia Mockbin produces SBOMs for the below categories:
Expand Down

0 comments on commit 8ac52f8

Please sign in to comment.