vaguecoder / gorilla-mux

A fork of gorilla/mux, the powerful HTTP router and URL matcher for building Go web servers with 🦍
http://www.gorillatoolkit.org/pkg/mux
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

[Misc] Need to Release `0.0.0` #12

Open vaguecoder opened 1 year ago

vaguecoder commented 1 year ago

Describe the Request/Issue

Since this is a fork, gorilla/mux v1.8.0 should be released as v0.0.0 here.

Describe the Solution You Think

Since gorilla mux is just a package and not a cmd tool, no releasers like goreleaser be used. However, the release page might need the source code section as in gorilla/mux v1.8.0.

The release page might require a template consisting

  1. Release version details
  2. Change log
  3. Contributors

I've added release-drafter to the project. Hence the template changes have to be done in .github/release-drafter.yml. However, I'm not sure how to release the first-ever version.

Additional Context

Refer release-drafter for more info on how to fix the template and to release.

Ownership of Contribution

If the triage is approved,

vaguecoder commented 1 year ago

The release v0.0.0 is done manually. The release drafter or any automation solutions still need to be explored.