From 65210383bb958b6c57f9c39c2aa6656d0b8623d2 Mon Sep 17 00:00:00 2001 From: Asim Majumder Date: Fri, 1 Apr 2022 12:29:45 +0100 Subject: [PATCH 1/3] create release docs --- docs/releasing.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/releasing.md diff --git a/docs/releasing.md b/docs/releasing.md new file mode 100644 index 0000000..70aaa84 --- /dev/null +++ b/docs/releasing.md @@ -0,0 +1,10 @@ +## Releasing + +This package can be published by maintainers of the babel-plugin-transform-i18n repository. + +### Stable release + +To do this: +- After merging your changes, run `npm version -f major|minor|patch`. This will create a tagged commit changing the version in `package.json`, and the changes in `CHANGELOG.md`. +- Run `npm publish`. +- Run `git push && git push --tags`. \ No newline at end of file From 24007fef01665defc53295370eb35b1ca3c89081 Mon Sep 17 00:00:00 2001 From: Asim Ahmed Majumder Date: Fri, 1 Apr 2022 12:43:08 +0100 Subject: [PATCH 2/3] trigger build From 85848179311e607447fbc9a3264d45becfcd5d6b Mon Sep 17 00:00:00 2001 From: Asim Ahmed Majumder Date: Fri, 1 Apr 2022 13:08:33 +0100 Subject: [PATCH 3/3] added extra step for release --- docs/releasing.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/releasing.md b/docs/releasing.md index 70aaa84..b670954 100644 --- a/docs/releasing.md +++ b/docs/releasing.md @@ -7,4 +7,5 @@ This package can be published by maintainers of the babel-plugin-transform-i18n To do this: - After merging your changes, run `npm version -f major|minor|patch`. This will create a tagged commit changing the version in `package.json`, and the changes in `CHANGELOG.md`. - Run `npm publish`. -- Run `git push && git push --tags`. \ No newline at end of file +- Run `git push && git push --tags`. +- When creating a release on the UI, specify the tag, link PRs associated to the release and include description of all changes. \ No newline at end of file