Check that there are no fixmes in the code base.
A reusable github action that can be utilised by other repositories to check that there are no fixmes in the code base.
- name: Check for no fixme's
id: fixme-check
uses: climatepolicyradar/gha-no-fixmes@v0
- name: Check for no fixme's
id: fixme-check
uses: climatepolicyradar/[email protected]
Update usage automatically in README.md.
make docs
Run the following command to bump up.
make bump
This command will execute the following steps:
- Update VERSION
- Update README.md
- Commit and push
- Create a pull request
- Open the web browser automatically for reviewing pull request
Then review and merge, so the release is ready to go.
Run the following command to create a new release.
make release
This command will execute the following steps:
- Push tag
- Create a new GitHub Release as a draft
- Open the web browser automatically for editing GitHub Release
Edit to publicize the GitHub Release.
- Click the edit icon on the right side of the page
- Edit the release notes
- Click
Publish release
Then, the new version are published in GitHub Marketplace. Finally, we can use the new version! 🎉
Apache 2 Licensed. See LICENSE for full details.