Skip to content

Commit

Permalink
v1.7.1 (#236)
Browse files Browse the repository at this point in the history
## [Version 1.7.1](https://github.com/donavanbecker/homebridge-rainbird/releases/tag/v1.7.1) (2022-05-04)

### What's Changed

- Housekeeping and updated dependencies.

**Full Changelog**: v1.7.0...v1.7.1
  • Loading branch information
donavanbecker authored May 4, 2022
1 parent 4be18e8 commit ff04cf8
Show file tree
Hide file tree
Showing 7 changed files with 902 additions and 678 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -54,7 +54,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -68,4 +68,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2
16 changes: 16 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: AutoDependabot

on:
push:
branches:
- beta

jobs:
automerge:
name: Auto-merge dependabot updates
runs-on: ubuntu-latest
steps:
- uses: mitto98/dependabot-automerge-action@master
with:
token: ${{ github.token }}
merge: true
3 changes: 0 additions & 3 deletions .github/workflows/nodejs-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@ jobs:

publish-npm:
if: github.repository == 'donavanbecker/homebridge-rainbird'

needs: build

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,8 @@ jobs:
publish-npm:
# publish only if we are on our own repo, event was 'release' (a tag was created) and the tag starts with "v" (aka version tag)
if: github.repository == 'donavanbecker/homebridge-rainbird' && github.event_name == 'release' && startsWith(github.ref, 'refs/tags/v')

needs: build # only run if build succeeds

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/)

## [Version 1.7.1](https://github.com/donavanbecker/homebridge-rainbird/releases/tag/v1.7.1) (2022-05-04)

### What's Changed

- Housekeeping and updated dependencies.

**Full Changelog**: https://github.com/donavanbecker/homebridge-rainbird/compare/v1.7.0...v1.7.1

## [Version 1.7.0](https://github.com/donavanbecker/homebridge-rainbird/releases/tag/v1.7.0) (2022-03-31)

### What's Changed
Expand Down
Loading

0 comments on commit ff04cf8

Please sign in to comment.