Skip to content

Commit 1f6e407

Browse files
committed
docs(changelog): mark v3.17.0 released (2026-06-13); CI: restore full release workflow
Re-enables the full release chain (build-test-publish no longer if:false; build-docker-jit needs create-release again) now that the v3.17.0-jit image is published. The pull_request trigger stays removed, so the publish/release pipeline runs only on push to master + manual dispatch (no PR/dependabot noise).
1 parent 53ca097 commit 1f6e407

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/build-test-publish.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ permissions:
1212

1313
jobs:
1414
build-test-publish:
15-
# TEMP (jit-only republish of v3.17.0): disabled so the whole release chain is skipped — 3.17.0 is
16-
# already published, we only need the missing -jit Docker image. RESTORE: delete this `if: false`.
17-
if: false
1815
runs-on: ubuntu-22.04
1916
services:
2017
postgres:
@@ -276,8 +273,7 @@ jobs:
276273
vbilopav/npgsqlrest:latest-aot
277274
278275
build-docker-jit:
279-
# TEMP (jit-only republish): `needs: create-release` removed so this runs standalone while the rest of
280-
# the chain is disabled. It reads the version from version.txt itself. RESTORE: re-add `needs: create-release`.
276+
needs: create-release
281277
runs-on: ubuntu-22.04
282278
permissions:
283279
contents: read

changelog/v3.17.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog v3.17.0
22

3-
## Version [3.17.0](https://github.com/NpgsqlRest/NpgsqlRest/tree/3.17.0) (unreleased)
3+
## Version [3.17.0](https://github.com/NpgsqlRest/NpgsqlRest/tree/3.17.0) (2026-06-13)
44

55
[Full Changelog](https://github.com/NpgsqlRest/NpgsqlRest/compare/3.16.3...3.17.0)
66

0 commit comments

Comments
 (0)