provenance-io / explorer-service

The server side of the blockchain Explorer app. Allows for UI browsing of the blockchain.
Apache License 2.0
6 stars 3 forks source link

Remove adding a Release Name to releases #541

Closed nullpointer0x00 closed 1 month ago

nullpointer0x00 commented 1 month ago

Description

This PR gets rid of the Explorer name convention we've been using for release names. While it was a fun idea, it didn't really add any value and could even become a problem if we accidentally picked an explorer with a problematic past.

A few reasons for this change:

  1. Not Useful: The Explorer names didn't end up being all that helpful in practice.
  2. Potential Risk: There's a chance we could end up associating a release with an explorer who has some baggage, which we definitely want to avoid.
  3. Simplifying the Process: With more continuous releases planned, this would just add unnecessary work without any real benefit.

closes: #XXXX


Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why.