From 4ac185d8b74001f5d4c7031a9c9a06fe39d02a33 Mon Sep 17 00:00:00 2001 From: adiherzog Date: Wed, 21 Mar 2018 09:15:04 +0100 Subject: [PATCH 1/3] Formatting --- docs/contribute/release.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/contribute/release.md b/docs/contribute/release.md index b896270..742121d 100644 --- a/docs/contribute/release.md +++ b/docs/contribute/release.md @@ -1,16 +1,16 @@ # ScenariooJS - Release Process -* Review CHANGELOG.md and prepare the Release Notes +* Review `CHANGELOG.md` and prepare the Release Notes * Draft the release on GitHub (https://github.com/scenarioo/scenarioo-js/releases) * Use semantic versioning * No `v` prefix for version number * Target: master * Meaningful title and descriptions (see previous releases) - * Use text from CHANGELOG.md + * Use text from `CHANGELOG.md` * **Save only as Draft!** -* Set correct version in package.json and run a full build +* Set correct version in `package.json` and run a full build * **Run tests**: * `gulp test` @@ -21,11 +21,11 @@ * Wait for Travis CI Build to complete (https://travis-ci.org/scenarioo/scenarioo-js). -* Merge develop branch into master branch. +* Merge `develop` branch into `master` branch. -* Tag the master branch with the new release version (`git tag x.x.x`) +* Tag the `master` branch with the new release version (`git tag x.x.x`) -* Commit the master branch and the version tag (`git push --tags`) +* Commit the `master` branch and the version tag (`git push --tags`) * Publish new version to npm repository (`npm publish`). You need to have the necessary permissions on npmjs.com. From 7570f222fced2b386d8212131aa721dbca52e48d Mon Sep 17 00:00:00 2001 From: Rolf Bruderer Date: Wed, 30 May 2018 18:14:21 +0200 Subject: [PATCH 2/3] Adjusted link to docu to new versioned docu URL scheme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2620ddf..72ab004 100755 --- a/README.md +++ b/README.md @@ -230,7 +230,8 @@ you are free to do so, by simply copying our Scenarioo Fluent DSL from this one ### Generate and Browse Documentation Run your protractor tests (e.g. as explained in [Examples Readme](/example/README.MD)) to run the tests and generate scenarioo documentation data. -This documentation can then be browsed by using the **Scenarioo Viewer Web App**: See [Installation of Viewer Web App](http://scenarioo.org/docs/setup/Scenarioo-Viewer-Web-Application-Setup.html) on how to install and run the viewer web app or using the docker image. + +This documentation can then be browsed by using the **Scenarioo Viewer Web App**: See [Installation of Viewer Web App](http://scenarioo.org/docs/master/setup/Scenarioo-Viewer-Web-Application-Setup.html) on how to install and run the viewer web app or using the docker image. ## Authors From 7f022ee8896a9eafe35e94a66b6c473085449149 Mon Sep 17 00:00:00 2001 From: Rolf Bruderer Date: Thu, 21 Jun 2018 18:21:09 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72ab004..fd0beac 100755 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ you are free to do so, by simply copying our Scenarioo Fluent DSL from this one Run your protractor tests (e.g. as explained in [Examples Readme](/example/README.MD)) to run the tests and generate scenarioo documentation data. -This documentation can then be browsed by using the **Scenarioo Viewer Web App**: See [Installation of Viewer Web App](http://scenarioo.org/docs/master/setup/Scenarioo-Viewer-Web-Application-Setup.html) on how to install and run the viewer web app or using the docker image. +This documentation can then be browsed by using the **Scenarioo Viewer Web App**: See [Installation of Viewer Web App](http://scenarioo.org/docs/master/tutorial/Scenarioo-Viewer-Web-Application-Setup.html) on how to install and run the viewer web app or using the docker image. ## Authors