You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: release 0.16.1 (#185)
After merging this PR, tag the merge commit with:
```shell
git tag 0.16.1
git push origin 0.16.1
```
Co-authored-by: ilbertt <12596698+ilbertt@users.noreply.github.com>
chore: release 0.16.0 (#179)
After merging this PR, tag the merge commit with:
```shell
git tag 0.16.0
git push origin 0.16.0
```
Co-authored-by: ilbertt <12596698+ilbertt@users.noreply.github.com>
chore: release 0.15.0 (#171)
After merging this PR, tag the merge commit with:
```shell
git tag 0.15.0
git push origin 0.15.0
```
Co-authored-by: ilbertt <12596698+ilbertt@users.noreply.github.com>
chore: release 0.14.1 (#166)
After merging this PR, tag the merge commit with:
```shell
git tag 0.14.1
git push origin 0.14.1
```
Co-authored-by: ilbertt <12596698+ilbertt@users.noreply.github.com>
chore: release 0.14.0 (#160)
After merging this PR, tag the merge commit with:
```shell
git tag 0.14.0
git push origin 0.14.0
```
Co-authored-by: ilbertt <12596698+ilbertt@users.noreply.github.com>
chore: release 0.13.0 (#127)
After merging this PR, tag the merge commit with:
```shell
git tag 0.13.0
git push origin 0.13.0
```
Co-authored-by: nathanosdev <12646525+nathanosdev@users.noreply.github.com>
chore: release 0.12.0 (#115)
After merging this PR, tag the merge commit with:
```shell
git tag 0.12.0
git push origin 0.12.0
```
Co-authored-by: nathanosdev <12646525+nathanosdev@users.noreply.github.com>
ci: add mising setup actions (#114)
This PR adds some missing setup steps for the release pipeline, namely
"setup Python" and "setup Commitizen", these are needed by the "Generate
release notes" step.