SimenB / stylint

Improve your Stylus code with Stylint
https://simenb.github.io/stylint/
GNU General Public License v2.0
348 stars 62 forks source link

Git tag old releases #376

Closed SimenB closed 6 years ago

SimenB commented 7 years ago

To fill out https://github.com/SimenB/stylint/releases

emmabukacek commented 6 years ago

@SimenB @rossPatton

Went ahead and took care of this one. My process was to look at the package.json history, walk through each commit to find releases, compare those to the releases in changelog.md, then make tags using the date from the original commit where the package.json was actually bumped. Ran into a few snags, but I think we're mostly okay. Here are the unresolved items:

Releases not included in package.json

Only found one, but v1.1.1 was bumped in package.json without a changelog.md entry. I can try to put together a message for this and update the changelog.md, but I figured it would be easier for someone who was actually working in the code at the time.

Ambiguous releases

Found a few instances where the package.json was bumped with the same version in more than one commit. Could be that I'm reading the commits incorrectly though, :laughing: .

Releases in changelog.md without a package.json bump

I don't think this is worth fretting about, but figured I'd record it here.

Releases prior to v0.7.1

Would you like me to tag all package.json bumps prior to v0.7.1? I didn't see equivalent releases in the changelog.md, so I figured everything prior was trivial, but I'm happy to add those and use the commit messages to determine the changes.

I'll leave this issue open for now to be safe, but this issue should be more or less resolved. :smile:

SimenB commented 6 years ago

Thanks for taking care of it!

Would you like me to tag all package.json bumps prior to v0.7.1?

I don't think it's really necessary, but feel free if you want to 🙂