nerdishbynature / octokit.swift

A Swift API Client for GitHub and GitHub Enterprise
MIT License
501 stars 128 forks source link

feat: add optional generation of release notes #149

Closed matiasvillaverde closed 2 years ago

matiasvillaverde commented 2 years ago

This small PR adds the possibility to add an additional flag to generate release notes.

More information about the Github API generation of release notes can be found here

matiasvillaverde commented 2 years ago

@pietbrauer how is the release process? so we can start using this feature?

pietbrauer commented 2 years ago

You could pin to main for now. I will prepare a release soon.

matiasvillaverde commented 2 years ago

@pietbrauer can I help doing the release?

pietbrauer commented 2 years ago

Actually, yes. I was waiting for another draft PR but seems this won't be ready in time.

I am trying to figure out the version number according to semver and the changelog but I'm pretty packed right now.

matiasvillaverde commented 1 year ago

@pietbrauer How do you release a new version? I am happy to do it

pietbrauer commented 1 year ago

Basically finding out the change log, tagging and that’s it.

pietbrauer commented 1 year ago

0.12.0 just went live https://github.com/nerdishbynature/octokit.swift/releases/tag/0.12.0