-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add changelog generation, releases, publish pypi package #1267
Comments
Thanks for the suggestions @nongrata081, you've hit on many of the things that I've been meaning to do (or bug others to add)
Definitely something we plan to do when we start doing regular releases. Since we're still aggressively making changes we haven't been creating milestones, but it is in the plans.
This is something that we're interested in, but haven't gotten around to (you actually found our placeholder pypi listing) |
@Jack-Khuu awesome! Would love to help. Please let me know if you think this is something I might have a look into? |
We would more than appreciate the help!! If you want to give spinning up a pyproject a shot, please do!! (feel free to open up an issue if you run into any blockers or questions)
|
I've done some work on the commit to add changelog generation Here are: I added 4 git tags in order to categorize all commits by months when they were created. I suggest to use semantic versions for this purpose further on (e.g. Here is also my suggestion to shape the Release Strategy. I can create few releases in my forked repo following it to showcase. I didn't group commits by commit types as here, since in order to do that we'd have to have all commits formatted according to conventional commits format. We can introduce it with commitizen (a cli prompt for easy commiting according to the format). We can also configure both commit types in the cli-prompt and categories of commits in the As for packaging and dependency management I thought of poetry. Example: dspy pyproject.toml @Jack-Khuu what you think? |
Thanks for the links! I'll try to take a look before the weekend |
Pardon the delay, I've been OOO (still am). Will take a look when I get back to office (Monday) Thanks again for the contributions!! |
🚀 The feature, motivation and pitch
generated release notes or with git-cliff (example). Then it's easier to reason about what changes were introduced when.
pip install
as a pypi package. The currently existing torchcat pypi package doesn't represent the latest contents of this repo. Then it's easier to install torchchat with just one cli command, as with torchtunepip install torchtune
Alternatives
No response
Additional context
No response
RFC (Optional)
No response
The text was updated successfully, but these errors were encountered: