diff --git a/.github/workflows/alpha-release.yml b/.github/workflows/alpha-release.yml new file mode 100644 index 0000000..a3ad62b --- /dev/null +++ b/.github/workflows/alpha-release.yml @@ -0,0 +1,18 @@ +name: Node-CI Alpha + +on: + push: + branches: [alpha-*.*.*, alpha] + workflow_dispatch: + +jobs: + publish: + if: ${{ github.repository == 'homebridge/ciao' }} + uses: homebridge/.github/.github/workflows/npm-publish.yml@latest + with: + tag: 'alpha' + dynamically_adjust_version: true + npm_version_command: 'pre' + pre_id: 'alpha' + secrets: + npm_auth_token: ${{ secrets.npm_token }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6406fe3..f97ccbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,3 +10,4 @@ All notable changes to `@homebridge/ciao` will be documented in this file. This - update `README` with hb logo and formatting - update dependencies - spelling and grammar in code comments +- add alpha releases