diff --git a/.autorc b/.autorc index a379c1243..50b37d8e1 100644 --- a/.autorc +++ b/.autorc @@ -8,7 +8,7 @@ [ "exec", { - "afterRelease": "python -m build && twine upload dist/* && python temp_rename.py" + "afterRelease": "python -m build && python temp_rename.py && twine upload dist/*" } ], "released" diff --git a/CHANGELOG.md b/CHANGELOG.md index 3af4ebd84..e69de29bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,28 +0,0 @@ -# 0.2.0 (Tue Jan 30 2024) - -#### 🚀 Enhancement - -- Revise versioning convention [#20](https://github.com/lincbrain/linc-cli/pull/20) (aaronkanzer@dhcp-10-29-194-155.dyn.MIT.EDU [@aaronkanzer](https://github.com/aaronkanzer)) -- use custom script to pep name files to upload [#19](https://github.com/lincbrain/linc-cli/pull/19) (aaronkanzer@dhcp-10-29-194-155.dyn.MIT.EDU [@aaronkanzer](https://github.com/aaronkanzer)) -- Conform to PEP versioning standards [#18](https://github.com/lincbrain/linc-cli/pull/18) (aaronkanzer@dhcp-10-29-194-155.dyn.MIT.EDU [@aaronkanzer](https://github.com/aaronkanzer)) -- Add naming suffix to circumvent PyPI historical sem var history [#17](https://github.com/lincbrain/linc-cli/pull/17) (aaronkanzer@dhcp-10-29-194-155.dyn.MIT.EDU [@aaronkanzer](https://github.com/aaronkanzer)) -- Update main branch for tagging [#16](https://github.com/lincbrain/linc-cli/pull/16) (aaronkanzer@dhcp-10-29-194-155.dyn.MIT.EDU [@aaronkanzer](https://github.com/aaronkanzer)) -- Trivial change with remote tags cleaned up [#15](https://github.com/lincbrain/linc-cli/pull/15) (aaronkanzer@dhcp-10-29-194-155.dyn.MIT.EDU [@aaronkanzer](https://github.com/aaronkanzer)) -- Clean changelog for tagging [#14](https://github.com/lincbrain/linc-cli/pull/14) (aaronkanzer@dhcp-10-29-194-155.dyn.MIT.EDU [@aaronkanzer](https://github.com/aaronkanzer)) -- Include PR from main branch for GHA test [#13](https://github.com/lincbrain/linc-cli/pull/13) (aaronkanzer@dhcp-10-29-194-155.dyn.MIT.EDU [@aaronkanzer](https://github.com/aaronkanzer)) -- Trivial change -- forgot labels [#12](https://github.com/lincbrain/linc-cli/pull/12) (aaronkanzer@dhcp-10-29-194-155.dyn.MIT.EDU [@aaronkanzer](https://github.com/aaronkanzer)) -- Try release again with release label [#10](https://github.com/lincbrain/linc-cli/pull/10) (aaronkanzer@dhcp-10-29-194-155.dyn.MIT.EDU [@aaronkanzer](https://github.com/aaronkanzer)) -- Trivial change to test labels and releases [#9](https://github.com/lincbrain/linc-cli/pull/9) (aaronkanzer@dhcp-10-29-194-155.dyn.MIT.EDU [@aaronkanzer](https://github.com/aaronkanzer)) - -#### 🐛 Bug Fix - -- Include permissions for actions bot [#11](https://github.com/lincbrain/linc-cli/pull/11) (aaronkanzer@dhcp-10-29-194-155.dyn.MIT.EDU [@aaronkanzer](https://github.com/aaronkanzer)) - -#### Authors: 3 - -- [@aaronkanzer](https://github.com/aaronkanzer) -- Aaron Kanzer (aaronkanzer@Aarons-MacBook-Pro.local) -- Aaron Kanzer (aaronkanzer@dhcp-10-29-194-155.dyn.MIT.EDU) - ---- -