diff --git a/README.md b/README.md index 1b990537..3021e04d 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ works in any modern browser. ### [Try SVG-edit here](https://svg-edit.github.io/svgedit/releases/latest/editor/svg-editor.html) -(Also available as a download in [releases](https://github.com/SVG-Edit/svgedit/releases)). +See the [latest release](https://svg-edit.github.io/svgedit/releases/latest/editor/svg-editor.html) +(or its [ES6-Module](https://svg-edit.github.io/svgedit/releases/latest/editor/svg-editor.html) version, which requires a modern browser). -You may also try the latest -[pre-release](https://svg-edit.github.io/svgedit/releases/latest/editor/svg-editor.html) (or its [ES6-Module](https://svg-edit.github.io/svgedit/releases/latest/editor/svg-editor.html) version, assuming a modern browser). +Also available as a download in [releases](https://github.com/SVG-Edit/svgedit/releases). -And for testing the latest version in `master`, you may try or +For testing the latest version in `master`, you may use or . ## Installation diff --git a/docs/ReleaseInstructions.md b/docs/ReleaseInstructions.md index c03981b0..f655a32d 100644 --- a/docs/ReleaseInstructions.md +++ b/docs/ReleaseInstructions.md @@ -23,7 +23,7 @@ 1. Update the CHANGES file with a summary of all changes. 1. Add new release info to `Recent news` section in README 1. Commit these changes -. +. 1. Tag the version, prefixed by "v", e.g., `v3.0.1`. The above steps can be done on a fork and committed via a pull request. @@ -31,24 +31,24 @@ The above steps can be done on a fork and committed via a pull request. ## Create the release on `gh-pages` 1. Ensure you are on the `master` branch with `git checkout master`. 1. Switch to the `gh-pages` branch with `git checkout gh-pages`. 1. Run the `build.js` executable -1. Commit these changes with `git commit -m "Updating files for release X.Y"`. +1. Commit these changes with `git commit -m "Updating files for release X.Y.Z"`. 1. Switch back to the `master` branch with `git checkout master`. 1. Ensure this step worked by visiting - + (and in an ES6-Module-compliant browser, - ). + ). The above steps can be done on a fork and committed via a pull request. ## Create the release on GitHub 1. Go to and select `Draft a new release`. @@ -56,7 +56,7 @@ The above steps can be done on a fork and committed via a pull request. changes were updated. 1. Write a short description of the release and include a link to the live version: - . + . See the previous releases for the format. 1. Create the release!