Skip to content

Commit

Permalink
add alpha releases
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Apr 6, 2024
1 parent cd1c7bb commit 7194e78
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/alpha-release.yml
Original file line number Diff line number Diff line change
@@ -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 }}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7194e78

Please sign in to comment.