]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - CONTRIBUTE.md
Rebundle latest version
[nominatim-ui.git] / CONTRIBUTE.md
index bef0e99d3a1815614b563171ff67475edbfec263..72248321ef3327e906147149d01491fd3c016a5c 100644 (file)
@@ -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.