X-Git-Url: https://git.openstreetmap.org/nominatim-ui.git/blobdiff_plain/62cf232d556090f2809c437d1e8fc5ab80728579..23ad83a45b7cb0fb0c07109230e869ab2cb7b3b5:/CONTRIBUTE.md diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md index bef0e99..7224832 100644 --- a/CONTRIBUTE.md +++ b/CONTRIBUTE.md @@ -62,15 +62,13 @@ The `test/` setup uses [Mocha](https://mochajs.org/) to run tests. Tests use [Pu ## Prepare a release -1. Create build (dist/bundle/ files): `yarn build` +1. Update version number in `package.json` file -2. Update version number in `package.json` file +2. Update `CHANGES.md` file -3. Update `CHANGES.md` file +3. Commit your changes: `git add ... `, `git commit ...`, `git push ...` etc -4. Commit your changes: `git add ... `, `git commit ...`, `git push ...` etc +4. Tag release: `git tag THE_VERSION_NUMBER`, `git push --tags` -5. Tag release: `git tag THE_VERSION_NUMBER`, `git push --tags` - -6. Create release on https://github.com/osm-search/nominatim-ui/releases +5. Create release on https://github.com/osm-search/nominatim-ui/releases This (a triggered Github Action) will run `yarn build` and add the `dist/build/bundle.*` files.