]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
version 2.0.1
authormarc tobias <mtmail@gmx.net>
Sun, 31 Jan 2021 12:44:51 +0000 (13:44 +0100)
committermarc tobias <mtmail@gmx.net>
Sun, 31 Jan 2021 12:44:51 +0000 (13:44 +0100)
CHANGES.md
CONTRIBUTE.md

index 8f00c5e1c96c7f42c7620dd2f622c4924b8ebb5a..ca3e2f1791f9c51a3790922a48dfd7cb18b09cc8 100644 (file)
@@ -1,5 +1,9 @@
 # CHANGES
 
+* version 2.0.1 - 2021-01-31
+
+    * removed debug files from dist/build/ [PR47]
+
 * version 2.0.0 - 2021-01-29
 
     * Complete refactor into Svelte framework
index 0f7abc18d0bdbef28319b9b3bd704f42c46a9b6f..11adf81c3f758f41aa061fc5c49c366153cb582b 100644 (file)
@@ -34,8 +34,10 @@ Uses [svelte](https://svelte.dev/) framework,
 
 2. Update `CHANGES.md` file
 
-3. Commit your changes: `git add... `, `git commit ...`, `git push ...` etc
+3. Run `yarn build` to make sure the `dist/build/` files don't contain lifereload.js
 
-4. Tag release: `git tag THE_VERSION_NUMBER`, `git push --tags`
+4. Commit your changes: `git add... `, `git commit ...`, `git push ...` etc
 
-5. Upload release
\ No newline at end of file
+5. Tag release: `git tag THE_VERSION_NUMBER`, `git push --tags`
+
+6. Upload release
\ No newline at end of file