-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from cape-ph/release-please--branches--main
chore(main): release 1.0.0
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2024-09-18) | ||
|
||
|
||
### Features | ||
|
||
* **python_checks:** add `pytest` testing ([8d940b4](https://github.com/cape-ph/.github/commit/8d940b46931488967012cb69c4ddece589c5c6cc)) | ||
* **workflows:** add `release` workflow ([25384f4](https://github.com/cape-ph/.github/commit/25384f493e04c176fedf3047fd6a9da9fe7de73f)) | ||
* **workflows:** add reusable workflows for general checking and python checking ([a3f0c38](https://github.com/cape-ph/.github/commit/a3f0c3851722e0edd3d8f637fa3b070fd3651300)) | ||
* **workflows:** add semantic release workflow with PR title validation ([f3c6664](https://github.com/cape-ph/.github/commit/f3c666437732a97d8f16fe2d0274791038779692)) | ||
* **workflows:** add workflow templates ([66de3bf](https://github.com/cape-ph/.github/commit/66de3bfa304410f75318d5cb1fcc3503c52d0a40)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **python_checks:** pytest should default to false ([9984984](https://github.com/cape-ph/.github/commit/9984984728c42b2d2b57c491bc6d5a5bc64d323a)) | ||
* **python_checks:** require type checking to pass before running tests ([de76ecd](https://github.com/cape-ph/.github/commit/de76ecd97d1ce4eaae86feba7d79782e728ca124)) | ||
* **release:** validate tag name in workflow ([806b104](https://github.com/cape-ph/.github/commit/806b1047291d5e48447dedb17c086b862923fd81)) |