Skip to content

Commit

Permalink
More changlog additions added chore to terminate CI jobs on fast PR p…
Browse files Browse the repository at this point in the history
…ushes [SKIP-CI] (#2503)

* Added chore to terminate CI jobs on fast PR pushes
  • Loading branch information
davecramer committed May 4, 2022
1 parent 2bd774e commit 0d6ccb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
[42.3.5] (2022-05-04 08:48:35 -0400)
### Changed
- test: polish TimestampUtilsTest
- chore: use GitHub Action concurrency feature to terminate CI jobs on fast PR pushes

### Added
- Added KEYS file to allow for verifying artifacts [PR 2499](https://github.com/pgjdbc/pgjdbc/pull/2499)
Expand Down
2 changes: 2 additions & 0 deletions docs/_posts/2022-05-04-42.3.5-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ version: 42.3.5

### Changed
- test: polish TimestampUtilsTest
- chore: use GitHub Action concurrency feature to terminate CI jobs on fast PR pushes

### Added
- Added KEYS file to allow for verifying artifacts [PR 2499](https://github.com/pgjdbc/pgjdbc/pull/2499)
Expand Down Expand Up @@ -40,5 +41,6 @@ Olivier Bourgain (2):

Vladimir Sitnikov (1):
test: polish TimestampUtilsTest
chore: use GitHub Action concurrency feature to terminate CI jobs on fast PR pushes


0 comments on commit 0d6ccb1

Please sign in to comment.