diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index e0fc3e1..c71a66e 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -71,5 +71,5 @@ After Testing - [ ] The artifact was released on Nexus - [ ] If applicable, corresponding academy pages were published - [ ] The module was published on the store -- [ ] The [modules releases log page](https://edit.jahia.com/jahia/page-composer/default/en/sites/academy/home/customer-center/release-lifecycle-1.html) on the Academy was updated +- [ ] The [modules releases log page](https://edit.jahia.com/jahia/page-composer/default/en/sites/academy/home/customer-center/modules-releases-log.html) on the Academy was updated - [ ] A message was published on slack #releases channel diff --git a/.github/release.yml b/.github/release.yml index 5543531..b364c05 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -23,4 +23,7 @@ changelog: - fix - title: Other Changes labels: - - "*" \ No newline at end of file + - "*" + - title: Excluded (needs review) + labels: + - no-changelog \ No newline at end of file