From 732b9e28de12138e98a2d757bedb466fa9fd98b8 Mon Sep 17 00:00:00 2001 From: chris-s-friedman Date: Tue, 17 Jan 2023 10:12:10 -0500 Subject: [PATCH] :label: Release 0.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Release 0.1.0 # Initial repo setup Initial repo setup for building python projects. ### Summary - Emojis: 🔧 x1 - Categories: Ops x1 ### New features and changes - [#1](https://github.com/d3b-center/d3b-python-template/pull/1) - 🔧 Repo setup - [731bc241](https://github.com/d3b-center/d3b-python-template/commit/731bc241a8f4cb786b504c825e2423f28097652e) by [chris-s-friedman](https://github.com/chris-s-friedman) --- CHANGELOG.md | 16 ++++++++++++++++ release_maker_cfg.json | 4 ++++ 2 files changed, 20 insertions(+) create mode 100644 CHANGELOG.md create mode 100644 release_maker_cfg.json diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..11ec1c1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# d3b-python-template-repo Change History + +## Release 0.1.0 + +# Initial repo setup + +Initial repo setup for building python projects. + +### Summary + +- Emojis: 🔧 x1 +- Categories: Ops x1 + +### New features and changes + +- [#1](https://github.com/d3b-center/d3b-python-template/pull/1) - 🔧 Repo setup - [731bc241](https://github.com/d3b-center/d3b-python-template/commit/731bc241a8f4cb786b504c825e2423f28097652e) by [chris-s-friedman](https://github.com/chris-s-friedman) \ No newline at end of file diff --git a/release_maker_cfg.json b/release_maker_cfg.json new file mode 100644 index 0000000..a7d9315 --- /dev/null +++ b/release_maker_cfg.json @@ -0,0 +1,4 @@ +{ + "project_title": "d3b-python-template-repo", + "pre_release_script": "" +} \ No newline at end of file