GH workflow no longer triggers on sq.json (scoop) file update

This commit is contained in:
Neil O'Toole 2022-12-16 22:31:22 -07:00
parent b84c4dcbdd
commit a108763d6c
2 changed files with 4 additions and 16 deletions

View File

@ -3,6 +3,7 @@ on:
push: push:
paths-ignore: paths-ignore:
- '**.md' - '**.md'
- 'sq.json' # This is updated by scoop; no need to run a new build
env: env:
GO_VERSION: 1.19.3 GO_VERSION: 1.19.3

View File

@ -5,31 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [v0.16.0] - 2022-12-16
### Added ### Added
- `--verbose` flag is now global - `--verbose` flag is now global
- `install.sh` install script.
### Changed ### Changed
- Improved GH workflow
- `sq inspect` shows less output by default (use `-v` to restore previous behavior) - `sq inspect` shows less output by default (use `-v` to restore previous behavior)
### Fixed ### Fixed
- `sq inspect` can now deal with Postgres sources that have null values for constraint fields - `sq inspect` can now deal with Postgres sources that have null values for constraint fields
## [v0.16.0] - 2022-11-20
### Added
- `install.sh` install script
### Changed
- Improved GH workflow
## [v0.15.11] - 2022-11-06 ## [v0.15.11] - 2022-11-06
### Changed ### Changed
@ -61,7 +52,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[v0.15.4]: https://github.com/neilotoole/sq/compare/v0.15.3...v0.15.4 [v0.15.4]: https://github.com/neilotoole/sq/compare/v0.15.3...v0.15.4
[v0.15.3]: https://github.com/neilotoole/sq/compare/v0.15.2...v0.15.3 [v0.15.3]: https://github.com/neilotoole/sq/compare/v0.15.2...v0.15.3
[v0.15.2]: https://github.com/neilotoole/sq/releases/tag/v0.15.2 [v0.15.2]: https://github.com/neilotoole/sq/releases/tag/v0.15.2
# CHANGELOG