1 parent dd050af commit 3571eedCopy full SHA for 3571eed
1 file changed
.github/workflows/test_publishing.yml
@@ -69,9 +69,17 @@ jobs:
69
- name: Post release announcement to org discussions
70
env:
71
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 }}
+ RELEASE_TAG: "v3.2.2-test"
+ RELEASE_BODY: |
+ ## 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"
83
run: |
84
ORG="utPLSQL"
85
0 commit comments