diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d4a2148 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Kids First Reusable Python Utilities Change History + +## Release 0.3.0 + +### Summary + +- Emojis: 👷 x2, ✨ x2 +- Categories: Additions x2, Ops x2 + +### New features and changes + +- [#25](https://github.com/kids-first/kf-utils-python/pull/25) - 👷 Add release workflow - [96e5f651](https://github.com/kids-first/kf-utils-python/commit/96e5f65126b77a9f3a9d5183042b0ec8c8d5aa77) by [fiendish](https://github.com/fiendish) +- [#24](https://github.com/kids-first/kf-utils-python/pull/24) - ✨ Delete dataservice entities - [e48dbbde](https://github.com/kids-first/kf-utils-python/commit/e48dbbde4ea9a9b368a7ca906907fdb32a81ee90) by [znatty22](https://github.com/znatty22) +- [#22](https://github.com/kids-first/kf-utils-python/pull/22) - 👷 Add CI config - [82864c01](https://github.com/kids-first/kf-utils-python/commit/82864c0181899e862350e88ba274a8ea15f410bf) by [fiendish](https://github.com/fiendish) +- [#20](https://github.com/kids-first/kf-utils-python/pull/20) - ✨ Add function for reporting S3 and DS GF entries - [f99f2cd5](https://github.com/kids-first/kf-utils-python/commit/f99f2cd5fb629a7a649caa60885adaef4cecdea5) by [fiendish](https://github.com/fiendish) \ No newline at end of file diff --git a/release_maker_cfg.json b/release_maker_cfg.json new file mode 100644 index 0000000..86d9b1d --- /dev/null +++ b/release_maker_cfg.json @@ -0,0 +1,4 @@ +{ + "project_title": "Kids First Reusable Python Utilities", + "pre_release_script": "" +} \ No newline at end of file