Github action to handle changesets in rg-suite.
📦 npm
The NPM package does nothing, but is a quick way to test that the release process works.
In your PR github actions add this at the end.
- uses: project-rouge/rg-changeset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}In your main and dev branches on merge action, make sure you have a build ready to be packed.
Then add this.
- uses: project-rouge/rg-changeset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}