Skip to content

Commit

Permalink
Merge pull request #112 from serenity-kit/improve-versioning-info
Browse files Browse the repository at this point in the history
improve versioning info
  • Loading branch information
nikgraf authored Feb 13, 2024
2 parents e02541e + b68b71a commit ccd6e8d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,13 @@ pnpm test:e2e

## Versioning

Is managed via Changesets. You can bump a version running the `version` action here: https://github.com/serenity-kit/opaque/actions/workflows/release.yml
Is managed via Changesets and the Github CI. This means every change should also include a changeset which can be created running:

```bash
npx changeset
```

You can bump a version running the `version` action here: https://github.com/serenity-kit/opaque/actions/workflows/release.yml

## Publish

Expand Down

0 comments on commit ccd6e8d

Please sign in to comment.