Skip to content

Commit 0e2847c

Browse files
committed
Update or test workflow
1 parent 89e73b4 commit 0e2847c

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

.github/workflows/test_publishing.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,21 @@ jobs:
1515
timeout-minutes: 60
1616
env:
1717
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
18-
RELEASE_TAG: "v3.2.2"
18+
RELEASE_TAG: "v3.2.3"
1919
RELEASE_BODY: |
2020
## What's Changed
21-
* Filtering by tags fixed for schemas containing suite-paths and contexts by @jgebal in https://github.com/utPLSQL/utPLSQL/pull/1325
22-
* Fixed issue with reporter failing to initialize by @jgebal in https://github.com/utPLSQL/utPLSQL/pull/1354
23-
* Fixed issue with duplicate sources from dba_source by @jgebal in https://github.com/utPLSQL/utPLSQL/pull/1355
24-
* Allow HTML coverage on FIPS-enabled DB by @jgebal in https://github.com/utPLSQL/utPLSQL/pull/1356
21+
* Fix issue with `UT_TAP_REPORTER` on Oracle 23.26 by @jgebal in https://github.com/utPLSQL/utPLSQL/pull/1359
22+
* Fixed support for camelCase in context `--%name` annotation. by @jgebal in https://github.com/utPLSQL/utPLSQL/pull/1361
23+
* utPLSQL can be installed in editioned schema. by @jgebal in https://github.com/utPLSQL/utPLSQL/pull/1362
24+
* Removed coveralls reporter by @jgebal in https://github.com/utPLSQL/utPLSQL/pull/1363
25+
* Clarify behavior of before/after procedures in suitepath by @jgebal in https://github.com/utPLSQL/utPLSQL/pull/1364
26+
* `throws` can reference exception without schema or package name by @jgebal in https://github.com/utPLSQL/utPLSQL/pull/1365
27+
* `throws` works with uninitialized exception variables by @jgebal in https://github.com/utPLSQL/utPLSQL/pull/1366
2528
2629
27-
**Full Changelog**: https://github.com/utPLSQL/utPLSQL/compare/v3.2.01...v3.2.2
28-
RELEASE_DATE: "2026-05-24 10:48:22"
29-
RELEASE_URL: "https://github.com/utPLSQL/utPLSQL/releases/tag/v3.2.2"
30+
**Full Changelog**: https://github.com/utPLSQL/utPLSQL/compare/v3.2.2...v.3.2.3
31+
RELEASE_DATE: "2026-07-10 08:30:22"
32+
RELEASE_URL: "https://github.com/utPLSQL/utPLSQL/releases/tag/v3.2.3"
3033
TARGET_BRANCH: "develop"
3134

3235
steps:
@@ -47,6 +50,6 @@ jobs:
4750
# GH_TOKEN: ${{ secrets.API_TOKEN_GITHUB }}
4851
# run: .github/scripts/post_release_announcement.sh
4952

50-
# - name: Publish release post to utplsql.github.io
51-
# run: .github/scripts/publish_release_post.sh
53+
- name: Publish release post to utplsql.github.io
54+
run: .github/scripts/publish_release_post.sh
5255

0 commit comments

Comments
 (0)