Updates the CI/CD pipeline configuration to meet the latest requirements and improve automation.
Updates actions/checkout: Changes all instances of actions/checkout@v2 to actions/checkout@v4 across various jobs (super-lint, development, staging, production) to utilize the latest version.
Removes the Final Verification job: Deletes the "Final Verification" job to streamline the pipeline process.
Introduces Auto Tag and Release: Adds a new job named "Auto Tag and Release" after the production stage. This job generates a tag and release, including a markdown build report in the release notes, enhancing the automation of the release process.
Updates the CI/CD pipeline configuration to meet the latest requirements and improve automation.
actions/checkout@v2
toactions/checkout@v4
across various jobs (super-lint, development, staging, production) to utilize the latest version.For more details, open the Copilot Workspace session.