ci(ci): remove legacy release workflows and unused utility workflow (#34674)#34707
Draft
ci(ci): remove legacy release workflows and unused utility workflow (#34674)#34707
Conversation
- Remove legacy-release_maven-release-process.yml (replaced by cicd_6-release.yml) - Remove legacy-release_publish-dotcms-docker-image.yml (replaced by cicd_8-manual-deploy.yml) - Remove legacy-release_comp_maven-build-docker-image.yml (internal component for removed workflows) - Remove utility_discover-docker-tags.yml (never used, references outdated tools and non-existent gradle.properties) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
18 tasks
18 tasks
#34674) - Remove legacy-release_sbom-generator.yaml (disabled in GitHub UI, superseded by cicd_comp_release-phase.yml SBOM integration) - Remove publish_docs.yml (disabled in GitHub UI, uses EOL Node 16 / actions/setup-node@v2-beta, gh-pages branch last updated June 2023 - Storybook/component docs publishing not active) Note: Javadoc publishing to S3 is still handled by cicd_comp_release-phase.yml Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ctions (#34674) - Move sbom-generator action from actions/legacy-release/ to actions/release/ - Update cicd_comp_release-phase.yml reference to use new actions/release/sbom-generator path - Delete actions/legacy-release/changelog-report (not referenced by any active workflow) - Delete actions/legacy-release/rc-changelog (not referenced by any active workflow) - Remove stale legacy-release references from cicd_6-release.yml and cicd_8-manual-deploy.yml comments Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Removes all remaining
legacy-release_*workflows (replaced by the modular CI/CD system in #34637) plus two additional disabled/dead workflows identified during cleanup.Changes
Legacy Release Workflows (all explicitly deprecated)
legacy-release_maven-release-process.yml— replaced bycicd_6-release.ymllegacy-release_publish-dotcms-docker-image.yml— replaced bycicd_8-manual-deploy.ymllegacy-release_comp_maven-build-docker-image.yml— internal component only used by the two workflows abovelegacy-release_sbom-generator.yaml— disabled in GitHub UI; SBOM generation now handled bycicd_comp_release-phase.ymlAdditional Unused Workflows
utility_discover-docker-tags.yml— zero run history, usesactions/checkout@v2(EOL), references non-existentdotCMS/gradle.properties(Maven project has no Gradle config)publish_docs.yml— disabled in GitHub UI, uses EOL tooling (Node 16 /actions/setup-node@v2-beta),gh-pagesbranch last updated June 2023; Javadoc publishing is still handled bycicd_comp_release-phase.ymlReplacement Workflows
legacy-release_maven-release-process.ymlcicd_6-release.ymllegacy-release_publish-dotcms-docker-image.ymlcicd_8-manual-deploy.ymllegacy-release_sbom-generator.yamlcicd_comp_release-phase.ymlpublish_docs.ymlcicd_comp_release-phase.yml(Storybook docs not currently published)Notes
.github/actions/legacy-release/actions directory (sbom-generator, changelog-report, rc-changelog) is not removed — it is still referenced bycicd_comp_release-phase.ymlgh-pages) are not currently being published anywhere. If this needs to be restored, a separate issue should be created with updated toolingTesting
cicd_6-release.ymlis functioning for standard releasescicd_8-manual-deploy.ymlis functioning for manual/feature branch deploysCloses #34674
Issue: [TASK] Remove legacy release workflows after replacement validation