Follow these steps to publish a new release of the package:
Go to the GitHub Actions tab and trigger the Prepare Release workflow.
This workflow will:
- 🔼 Bump the
version
in thepubspec.yaml
file based on commit messages (e.g.,6.0.0
➡️6.1.0
). - 📝 Update the
CHANGELOG.md
file with the latest changes.
After making these changes, the workflow will create a pull request (PR)
(e.g., chore(release): v6.1.0
).
Open the PR created by the workflow, review the changes, and merge it into the main branch.
After merging the PR, the following workflows will automatically be triggered:
- The Release workflow workflow will create a new release on GitHub with the corresponding Git tag.