Skip to content

Commit

Permalink
Merge pull request #258 from sebbo2002/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 committed Sep 18, 2023
2 parents 2662a2c + ddaa8a4 commit d0c061b
Show file tree
Hide file tree
Showing 7 changed files with 412 additions and 342 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/is-semantic-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
if: ${{ startsWith(github.head_ref, 'depfu/batch_dev/') != true }}
steps:
- name: 🤖 is-semantic-release
uses: sebbo2002/action-is-semantic-pr@v1.0.2
uses: sebbo2002/action-is-semantic-pr@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/release-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
if: ${{ github.repository != 'sebbo2002/js-template' }}
steps:
- name: ☁️ Checkout Project
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: ☁️ Checkout ReleaseBot
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: sebbo2002/release-bot
path: ./.actions/release-bot
- name: 🔧 Setup node
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '20'
cache: 'npm'
- name: 📦 Install Dependencies
run: npm ci
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
if: github.repository != 'sebbo2002/js-template' && (contains(toJson(github.event.commits.*.message), '[skip ci]') == false || github.ref == 'refs/heads/main')
strategy:
matrix:
node: [14.x, 16.x, 18.x]
node: [16.x, 18.x, 20.x]
steps:
- name: ☁️ Checkout Project
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🔧 Set up Python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
if: github.repository != 'sebbo2002/js-template' && (contains(toJson(github.event.commits.*.message), '[skip ci]') == false || github.ref == 'refs/heads/main')
steps:
- name: ☁️ Checkout Project
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🔧 Set up Python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
if: contains(toJson(github.event.commits.*.message), '[skip ci]') == false || github.ref == 'refs/heads/main'
steps:
- name: ☁️ Checkout Project
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🔧 Setup node.js
uses: actions/setup-node@v3
with:
Expand All @@ -98,7 +98,7 @@ jobs:
if: ${{ github.repository != 'sebbo2002/js-template' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop') }}
steps:
- name: ☁️ Checkout Project
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🔧 Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -114,7 +114,7 @@ jobs:
- name: 🔧 Setup node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20.x
cache: 'npm'
- name: 📦 Install dependencies
run: npm ci
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [7.0.3-develop.2](https://github.com/sebbo2002/node-pyatv/compare/v7.0.3-develop.1...v7.0.3-develop.2) (2023-09-01)

## [7.0.3-develop.1](https://github.com/sebbo2002/node-pyatv/compare/v7.0.2...v7.0.3-develop.1) (2023-08-24)


### Reverts

* Revert "ci: Downgrade is-semantic-release till it's fixed" ([91c2ab5](https://github.com/sebbo2002/node-pyatv/commit/91c2ab59d0559a060c11d07973382c465dd3345d))

## [7.0.2](https://github.com/sebbo2002/node-pyatv/compare/v7.0.1...v7.0.2) (2023-08-17)

## [7.0.2-develop.2](https://github.com/sebbo2002/node-pyatv/compare/v7.0.2-develop.1...v7.0.2-develop.2) (2023-08-17)
Expand Down
Loading

0 comments on commit d0c061b

Please sign in to comment.