playframework / play-meta

Team management & cross-repository effort tracking
Apache License 2.0
8 stars 8 forks source link

Refactor/delete `RELEASING.md` in each repo #224

Closed mkurz closed 1 year ago

mkurz commented 2 years ago

Some repos contain a RELEASING.md file (not all repos). Some still mention travis, some even bintray 🤯

Suggestion: Let's create just one RELEASING.md in the https://github.com/playframework/.github repo and in every README.md in each repo we just refer to that file, like

// README.md
...
## Releasing

See https://github.com/playframework/.github/blob/main/RELEASING.md
...

Text for RELEASING.md should be:

Repositories

ihostage commented 2 years ago

That's exactly for such issues I created a new template 😂

mkurz commented 1 year ago

This is now done (of course the RELEASING.md still needs work :wink: )