X-Git-Url: https://git.openstreetmap.org/nominatim-ui.git/blobdiff_plain/93e26bcdb513375933713ad7fad61b30c14dc7ab..83da10bbcbbc415c0ae71769249d06c160a54560:/CONTRIBUTE.md diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md index 7224832..bef0e99 100644 --- a/CONTRIBUTE.md +++ b/CONTRIBUTE.md @@ -62,13 +62,15 @@ The `test/` setup uses [Mocha](https://mochajs.org/) to run tests. Tests use [Pu ## Prepare a release -1. Update version number in `package.json` file +1. Create build (dist/bundle/ files): `yarn build` -2. Update `CHANGES.md` file +2. Update version number in `package.json` file -3. Commit your changes: `git add ... `, `git commit ...`, `git push ...` etc +3. Update `CHANGES.md` file -4. Tag release: `git tag THE_VERSION_NUMBER`, `git push --tags` +4. Commit your changes: `git add ... `, `git commit ...`, `git push ...` etc -5. Create release on https://github.com/osm-search/nominatim-ui/releases +5. Tag release: `git tag THE_VERSION_NUMBER`, `git push --tags` + +6. 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.