From de73b079a8229a800f4e9f58f61aa51ba6f4130a Mon Sep 17 00:00:00 2001 From: Nils Knappmeier Date: Fri, 28 Jul 2023 22:43:41 +0200 Subject: [PATCH] docs: add links to publish requirements --- CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f22f4af0..ee18d9d1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -101,11 +101,11 @@ You can use the following scripts to make sure that the CI job does not fail: Before attempting the release Handlebars, please make sure that you have the following authorizations: -- Push-access to `handlebars-lang/handlebars.js` -- Publishing rights on npmjs.com for the `handlebars` package -- Publishing rights on gemfury for the `handlebars-source` package -- Push-access to the repo for legacy package managers: `components/handlebars` -- Push-access to the production-repo of the handlebars site: `handlebars-lang/handlebarsjs.com-github-pages` +- Push-access to [handlebars-lang/handlebars.js](https://github.com/handlebars-lang/handlebars.js/) +- Publishing rights on npmjs.com for the [handlebars](https://www.npmjs.com/package/handlebars) package +- Publishing rights on rubygems for the [handlebars-source](https://rubygems.org/gems/handlebars-source) package +- Push-access to the repo for legacy package managers: [components/handlebars.js](https://github.com/components/handlebars.js) +- Push-access to the production-repo of the handlebars site: [handlebars-lang/docs](https://github.com/handlebars-lang/docs) _When releasing a previous version of Handlebars, please look into the CONTRIBUNG.md in the corresponding branch._