Closed prathmesh0125 closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
rustcrab | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 9, 2024 5:40pm |
This update introduces a GitHub Actions workflow named "Releases and Changelog," automating the generation of changelogs and creation of releases upon pushes to the main
branch. The workflow utilizes the Conventional Changelog Action to compile commit messages into a structured changelog, followed by tagging and releasing the new version. This streamlines the version management process, ensuring easier tracking of changes and updates for the repository.
Files | Change Summary |
---|---|
.github/workflows/...yml | Added a new workflow for automating changelog generation and release creation triggered by pushes. |
In the code, a rabbit hops,
Changelog crafted, no more stops.
With each push, a new release,
Versioning now flows with ease!
Hooray for changes, bright and clear,
A dance of commits, let’s all cheer! 🐇✨
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?
closes #75
…neration
Description
This pull request introduces a GitHub Actions workflow that automates the process of generating a changelog and creating a release when changes are pushed to the main branch. The workflow uses the Conventional Commits specification to generate a changelog and tags the new release accordingly. This enhancement ensures that the project’s versioning and release process is both standardized and automated, reducing manual overhead and improving consistency.
Fixes # (issue)-This PR does not fix an existing issue but adds a new feature to the project
Type of change
Please delete options that are not relevant.
Test Required (Yes / No)
No
Checklist:
Summary by CodeRabbit
New Features
Chores