]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - CONTRIBUTE.md
Add build output into dist/ for immediate use
[nominatim-ui.git] / CONTRIBUTE.md
index 72248321ef3327e906147149d01491fd3c016a5c..bef0e99d3a1815614b563171ff67475edbfec263 100644 (file)
@@ -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.