🎯 Task Goal
Implement automated release management using release-please to streamline versioning, changelog generation, and GitHub release creation for the simply-edit project.
🛠️ Task Summary
Add a release-please GitHub Action workflow that will:
- Automatically bump version numbers based on conventional commits
- Generate changelogs
- Create release tags and GitHub releases
- Streamline the release process with semantic versioning
🧠 Notes / Context (if applicable)
Release-please is a GitHub Action that automates the release workflow by analyzing commit messages and automatically creating pull requests to bump versions and update changelogs. This will reduce manual work and ensure consistent versioning across releases.
🎯 Task Goal
Implement automated release management using release-please to streamline versioning, changelog generation, and GitHub release creation for the simply-edit project.
🛠️ Task Summary
Add a release-please GitHub Action workflow that will:
🧠 Notes / Context (if applicable)
Release-please is a GitHub Action that automates the release workflow by analyzing commit messages and automatically creating pull requests to bump versions and update changelogs. This will reduce manual work and ensure consistent versioning across releases.