UNPKG

497 BMarkdownView Raw
1# Contributing to Alloy
2
3
4## Releasing
5
6To release a new version of Alloy, please do the following:
7
81. Ensure all changes you want in the release are merged
92. Create a pull request that does the following:
10 1. Updates the [changelog](./CHANGELOG.md) for the release
11 2. Bumps the version in the package.json/package-lock.json as required
123. Once that pull request is merged, [create a new release](https://github.com/tidev/alloy/releases/new) and GitHub actions will publish the new version