Skip to content

A script to reduce the friction of manually processing release notes for PyTorch.

License

Notifications You must be signed in to change notification settings

exclamaforte/sweet-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sweet-release

A script to reduce the friction of manually processing release notes for PyTorch.

What it does

First, it opens the issue up in the browser and asks you to categorize it. Then, it processes the commit message and opens the final version in your editor of choice for manual edits. Finally, it saves the information to the output file in markdown format.

Usage

$ python process.py <input file> <output file> --editor <code editor name>

Example

$ python process.py commits/jan21.txt jan21.md --editor vim

To add categories, check out the classes variable in process.py file.

Tip: If you open the file in github, you can see the "rendered" version of the output file without needing to install markdown.

About

A script to reduce the friction of manually processing release notes for PyTorch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages