X-Git-Url: https://git.openstreetmap.org/nominatim-ui.git/blobdiff_plain/6e68f11776a8f6f5a62b989f13ebf7438ef32476..23d68e84c00ba741a29e4e088ef12aa7b23e045c:/CONTRIBUTE.md diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md index e8c56e3..66251be 100644 --- a/CONTRIBUTE.md +++ b/CONTRIBUTE.md @@ -44,10 +44,9 @@ Uses [svelte](https://svelte.dev/) framework, 2. Update `CHANGES.md` file -3. Run `yarn build` to make sure the `dist/build/` files don't contain lifereload.js +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. Upload release \ No newline at end of file +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.