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
versionin thepubspec.yamlfile based on commit messages (e.g.,7.0.0➡️7.1.0). - 📝 Update the
CHANGELOG.mdfile with the latest changes.
After making these changes, the workflow will create a pull request (PR) with title:
chore(release): `package:winmd` v7.0.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.