Skip to content

Commit

Permalink
version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmail committed Jan 31, 2021
1 parent 29e9b4a commit 345dd95
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 5 additions & 3 deletions CONTRIBUTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
5. Tag release: `git tag THE_VERSION_NUMBER`, `git push --tags`

6. Upload release

0 comments on commit 345dd95

Please sign in to comment.