-
Notifications
You must be signed in to change notification settings - Fork 187
52 lines (42 loc) · 1.82 KB
/
Copy pathtest_publishing.yml
File metadata and controls
52 lines (42 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
name: Test publishing
on:
workflow_dispatch:
defaults:
run:
shell: bash
jobs:
upload_artifacts:
name: Upload archives
concurrency: upload
runs-on: ubuntu-latest
timeout-minutes: 60
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
RELEASE_TAG: "v3.2.2"
RELEASE_BODY: |
## What's Changed
* Filtering by tags fixed for schemas containing suite-paths and contexts by @jgebal in https://github.com/utPLSQL/utPLSQL/pull/1325
* Fixed issue with reporter failing to initialize by @jgebal in https://github.com/utPLSQL/utPLSQL/pull/1354
* Fixed issue with duplicate sources from dba_source by @jgebal in https://github.com/utPLSQL/utPLSQL/pull/1355
* Allow HTML coverage on FIPS-enabled DB by @jgebal in https://github.com/utPLSQL/utPLSQL/pull/1356
**Full Changelog**: https://github.com/utPLSQL/utPLSQL/compare/v3.2.01...v3.2.2
RELEASE_DATE: "2026-05-24 10:48:22"
RELEASE_URL: "https://github.com/utPLSQL/utPLSQL/releases/tag/v3.2.2"
TARGET_BRANCH: "develop"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ env.API_TOKEN_GITHUB }}
- uses: c-py/action-dotenv-to-setenv@v5
with:
env-file: .github/variables/.env
- uses: FranzDiebold/github-env-vars-action@v2.8.0 #https://github.com/marketplace/actions/github-environment-variables-action
# - name: Update CHANGELOG.md with release notes
# run: .github/scripts/update_changelog.sh
# - name: Post release announcement to org discussions
# env:
# GH_TOKEN: ${{ secrets.API_TOKEN_GITHUB }}
# run: .github/scripts/post_release_announcement.sh
# - name: Publish release post to utplsql.github.io
# run: .github/scripts/publish_release_post.sh