Skip to content

Commit 3571eed

Browse files
committed
Testing Release process
1 parent dd050af commit 3571eed

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

.github/workflows/test_publishing.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,17 @@ jobs:
6969
- name: Post release announcement to org discussions
7070
env:
7171
GH_TOKEN: ${{ secrets.ORG_DISCUSSION_TOKEN }}
72-
RELEASE_TAG: ${{ github.event.release.tag_name }}
73-
RELEASE_BODY: ${{ github.event.release.body }}
74-
RELEASE_URL: ${{ github.event.release.html_url }}
72+
RELEASE_TAG: "v3.2.2-test"
73+
RELEASE_BODY: |
74+
## This is a test of a release publishing
75+
* no new features added
76+
* no changes
77+
* just a release tag
78+
* new announcement should be created
79+
* changelog should be updated
80+
81+
**Full Changelog**: https://github.com/utPLSQL/utPLSQL/compare/v3.2.2...v3.2.2-test
82+
RELEASE_URL: "https://github.com/utPLSQL/utPLSQL/releases/tag/v3.2.2"
7583
run: |
7684
ORG="utPLSQL"
7785

0 commit comments

Comments
 (0)