diff --git a/.github/workflows/WORKFLOW_ARCHITECTURE.md b/.github/workflows/WORKFLOW_ARCHITECTURE.md index c833debddde9..6140c802a275 100644 --- a/.github/workflows/WORKFLOW_ARCHITECTURE.md +++ b/.github/workflows/WORKFLOW_ARCHITECTURE.md @@ -727,13 +727,13 @@ Navigate to: https://github.com/dotCMS/core/actions → **"-6 Release Process"** ### Optional Configurations -| Option | Default | Purpose | -|--------|---------|---------| -| **Deploy Artifact** | ✅ Enabled | Deploy to Artifactory (repo.dotcms.com)
**Required for successful release** | -| **Update Plugins** | ✅ Enabled | Triggers plugin-seeds repo update
**Note**: Currently requires manual execution at [plugin-seeds/release-target.yml](https://github.com/dotCMS/plugin-seeds/actions/workflows/release-target.yml) | -| **Upload Javadocs** | ✅ Enabled | Generate and upload to S3 static bucket
Creates HTML documentation bundle | -| **Update GitHub Labels** | ✅ Enabled | Replaces "Next Release" with "Release vX.X.X"
Enables filtering issues by release | -| **Notify Slack** | ✅ Enabled | Posts announcement to general channel
Can disable for testing | +| Option | Default | Purpose | +|--------|---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **Deploy Artifact** | ✅ Enabled | Deploy to Artifactory (repo.dotcms.com)
**Required for successful release** | +| **Update Plugins** | ✅ Enabled | Triggers plugin-examples repo update
**Note**: Currently requires manual execution at [dotcms-community/plugin-examples/release-target.yml](https://github.com/dotcms-community/plugin-examples/actions/workflows/release-target.yml) | +| **Upload Javadocs** | ✅ Enabled | Generate and upload to S3 static bucket
Creates HTML documentation bundle | +| **Update GitHub Labels** | ✅ Enabled | Replaces "Next Release" with "Release vX.X.X"
Enables filtering issues by release | +| **Notify Slack** | ✅ Enabled | Posts announcement to general channel
Can disable for testing | ### Process Overview @@ -1055,4 +1055,3 @@ Our CI/CD architecture delivers significant benefits over traditional monolithic **Last Updated**: December 2024 **Maintained By**: dotCMS DevOps Team **Questions?** Contact #guild-dev-pipeline on Slack - diff --git a/.github/workflows/cicd_comp_release-phase.yml b/.github/workflows/cicd_comp_release-phase.yml index 53845f080139..f46784fae541 100644 --- a/.github/workflows/cicd_comp_release-phase.yml +++ b/.github/workflows/cicd_comp_release-phase.yml @@ -219,7 +219,7 @@ jobs: -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer ${CI_MACHINE_TOKEN}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ - https://api.github.com/repos/dotCMS/plugin-seeds/dispatches \ + https://api.github.com/repos/dotcms-community/plugin-examples/dispatches \ -d "{\"event_type\": \"on-plugins-release\", \"client_payload\": {\"release_version\": \"${release_version}\"}}" \ -w "\n%{http_code}" \ -s) @@ -284,4 +284,4 @@ jobs: new_label: 'Release : ${{ inputs.release_version }}' rename_label: 'Next Release' secrets: - CI_MACHINE_TOKEN: ${{ secrets.CI_MACHINE_TOKEN }} \ No newline at end of file + CI_MACHINE_TOKEN: ${{ secrets.CI_MACHINE_TOKEN }} diff --git a/.github/workflows/legacy-release_maven-release-process.yml b/.github/workflows/legacy-release_maven-release-process.yml index 3f0d6132091c..b600f9344d3b 100644 --- a/.github/workflows/legacy-release_maven-release-process.yml +++ b/.github/workflows/legacy-release_maven-release-process.yml @@ -357,7 +357,7 @@ jobs: -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer ${{ secrets.CI_MACHINE_TOKEN }}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ - https://api.github.com/repos/dotCMS/plugin-seeds/dispatches \ + https://api.github.com/repos/dotcms-community/plugin-examples/dispatches \ -d "{\"event_type\": \"on-plugins-release\", \"client_payload\": {\"release_version\": \"$release_version\"}}" \ -w "\n%{http_code}" \ -s) diff --git a/.github/workflows/maven-release-process.md b/.github/workflows/maven-release-process.md index 98095315c795..69b4a0e65adb 100644 --- a/.github/workflows/maven-release-process.md +++ b/.github/workflows/maven-release-process.md @@ -46,7 +46,7 @@ This checkbox is enabled by default and the function is to deploy all the depend Update plugins (default enabled): -Same thing here, by default is enabled and the function is to create a plugins version for the release that will be generated by the job. Currently this does not happen in an automated way, therefore this step should be manually run by executing the plugin-seeds repo workflow at [https://github.com/dotCMS/plugin-seeds/actions/workflows/release-target.yml](https://github.com/dotCMS/plugin-seeds/actions/workflows/release-target.yml) matching the same release version value. +Same thing here, by default is enabled and the function is to create a plugins version for the release that will be generated by the job. Currently this does not happen in an automated way, therefore this step should be manually run by executing the plugin-examples repo workflow at [https://github.com/dotcms-community/plugin-examples/actions/workflows/release-target.yml](https://github.com/dotcms-community/plugin-examples/actions/workflows/release-target.yml) matching the same release version value. @@ -74,4 +74,4 @@ This field is related to generating a notification in the general slack channel Finally once you set all the parameters, we are ready to release, just click on the “Run Workflow” button and it will start a process in the background in order to deploy everything and finally generate the release version. After some minutes, you will receive a notification on the general slack channel about the new version. -Also, you can track one by one all the stages and see more details about the process in the page redirected after firing the action. \ No newline at end of file +Also, you can track one by one all the stages and see more details about the process in the page redirected after firing the action. diff --git a/docs/README.txt b/docs/README.txt index 53f24acc6213..5ca4b6bcce71 100644 --- a/docs/README.txt +++ b/docs/README.txt @@ -3,8 +3,8 @@ for developers looking to begin developing plugins for dotCMS. Note: the samples has been moved to: -https://github.com/dotCMS/plugin-seeds +https://github.com/dotcms-community/plugin-examples For other documentation, refer to: -http://dotcms.com/ +http://dev.dotcms.com/