-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update GitHub Actions to trigger when a new version is released #283
Update GitHub Actions to trigger when a new version is released #283
Conversation
…upport-codepair-versioning
Caution Review failedThe pull request is closed. WalkthroughThe recent changes introduce a GitHub Actions workflow for Docker publishing and modify the deployment trigger for GitHub Pages to respond to new releases. This enhances version management and deployment clarity, ensuring that Docker images are published and the website is updated only with stable releases. Additionally, the project's metadata in both the frontend and backend package files has been updated for better branding and licensing clarity. Changes
Assessment against linked issues
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
* Update `package.json` to apply version * Add publish GitHub Actions for release * Add jobs for cleaning version
What this PR does / why we need it:
This PR updates the GitHub Actions workflow to trigger deployment actions when a new version is released, instead of immediately deploying upon a push to the main branch.
Which issue(s) this PR fixes:
Fixes #260
Special notes for your reviewer:
Previously, any push to the main branch would trigger an immediate deployment. However, with this update, the deployment process will be triggered specifically when a new version is released. This change aims to streamline deployment processes and ensure that deployments align better with version releases.
Does this PR introduce a user-facing change?:
Additional documentation:
Checklist:
Summary by CodeRabbit