[MediaWiki-commits] [Gerrit] oojs/ui[master]: README: Fix Doxygen rendering

2017-11-01 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/387963 )

Change subject: README: Fix Doxygen rendering
..


README: Fix Doxygen rendering

Fixing Doxygen markup rendering with support for various software.
This is the second, slightly changed attempt as
I62045ad670e730ec66b149b7d2ea4f5b56b58d8e got reverted.

Bug: T104669
Change-Id: I5a30b5a2122ae39ed45be74ec348f6506c5f38b7
---
M README.md
1 file changed, 30 insertions(+), 28 deletions(-)

Approvals:
  Krinkle: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/README.md b/README.md
index d5437fc..71e23f0 100644
--- a/README.md
+++ b/README.md
@@ -80,38 +80,40 @@
 
 Release process:
 
-$ cd path/to/oojs-ui/
-$ git remote update
-$ git checkout -B release -t origin/master
 
-# Ensure tests pass
-$ npm install && composer update && npm test && composer test
+$ cd path/to/oojs-ui/
+$ git remote update
+$ git checkout -B release -t origin/master
 
-# Avoid using "npm version patch" because that creates
-# both a commit and a tag, and we shouldn't tag until after
-# the commit is merged.
+# Ensure tests pass
+$ npm install && composer update && npm test && composer test
 
-# Update release notes
-# Copy the resulting list into a new section at the top of History.md and edit
-# into five sub-sections, in order:
-# * Breaking changes
-# * Deprecations
-# * Features
-# * Styles
-# * Code
-$ git log --format='* %s (%aN)' --no-merges --reverse v$(node -e 
'console.log(require("./package.json").version);')...HEAD | grep -v 
"Localisation updates from" | sort
-$ edit History.md
+# Avoid using "npm version patch" because that creates
+# both a commit and a tag, and we shouldn't tag until after
+# the commit is merged.
 
-# Update the version number
-$ edit package.json
+# Update release notes
+# Copy the resulting list into a new section at the top of History.md and 
edit
+# into five sub-sections, in order:
+# * Breaking changes
+# * Deprecations
+# * Features
+# * Styles
+# * Code
+$ git log --format='* %s (%aN)' --no-merges --reverse v$(node -e 
'console.log(require("./package.json").version);')...HEAD | grep -v 
"Localisation updates from" | sort
+$ edit History.md
 
-$ git add -p
-$ git commit -m "Tag vX.X.X"
-$ git review
+# Update the version number
+$ edit package.json
 
-# After merging:
-$ git remote update
-$ git checkout origin/master
-$ git tag "vX.X.X"
-$ npm run publish-build && git push --tags && npm publish
+$ git add -p
+$ git commit -m "Tag vX.X.X"
+$ git review
+
+# After merging:
+$ git remote update
+$ git checkout origin/master
+$ git tag "vX.X.X"
+$ npm run publish-build && git push --tags && npm publish
+
 

-- 
To view, visit https://gerrit.wikimedia.org/r/387963
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I5a30b5a2122ae39ed45be74ec348f6506c5f38b7
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: VolkerE 
Gerrit-Reviewer: Jforrester 
Gerrit-Reviewer: Krinkle 
Gerrit-Reviewer: Legoktm 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] oojs/ui[master]: README: Fix Doxygen rendering

2017-11-01 Thread VolkerE (Code Review)
VolkerE has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/387963 )

Change subject: README: Fix Doxygen rendering
..

README: Fix Doxygen rendering

Fixing Doxygen markup rendering with support for various software.
This is the second, slightly changed attempt as
I62045ad670e730ec66b149b7d2ea4f5b56b58d8e got reverted.

Bug: T104669
Change-Id: I5a30b5a2122ae39ed45be74ec348f6506c5f38b7
---
M README.md
1 file changed, 30 insertions(+), 28 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/63/387963/1

diff --git a/README.md b/README.md
index d5437fc..71e23f0 100644
--- a/README.md
+++ b/README.md
@@ -80,38 +80,40 @@
 
 Release process:
 
-$ cd path/to/oojs-ui/
-$ git remote update
-$ git checkout -B release -t origin/master
 
-# Ensure tests pass
-$ npm install && composer update && npm test && composer test
+$ cd path/to/oojs-ui/
+$ git remote update
+$ git checkout -B release -t origin/master
 
-# Avoid using "npm version patch" because that creates
-# both a commit and a tag, and we shouldn't tag until after
-# the commit is merged.
+# Ensure tests pass
+$ npm install && composer update && npm test && composer test
 
-# Update release notes
-# Copy the resulting list into a new section at the top of History.md and edit
-# into five sub-sections, in order:
-# * Breaking changes
-# * Deprecations
-# * Features
-# * Styles
-# * Code
-$ git log --format='* %s (%aN)' --no-merges --reverse v$(node -e 
'console.log(require("./package.json").version);')...HEAD | grep -v 
"Localisation updates from" | sort
-$ edit History.md
+# Avoid using "npm version patch" because that creates
+# both a commit and a tag, and we shouldn't tag until after
+# the commit is merged.
 
-# Update the version number
-$ edit package.json
+# Update release notes
+# Copy the resulting list into a new section at the top of History.md and 
edit
+# into five sub-sections, in order:
+# * Breaking changes
+# * Deprecations
+# * Features
+# * Styles
+# * Code
+$ git log --format='* %s (%aN)' --no-merges --reverse v$(node -e 
'console.log(require("./package.json").version);')...HEAD | grep -v 
"Localisation updates from" | sort
+$ edit History.md
 
-$ git add -p
-$ git commit -m "Tag vX.X.X"
-$ git review
+# Update the version number
+$ edit package.json
 
-# After merging:
-$ git remote update
-$ git checkout origin/master
-$ git tag "vX.X.X"
-$ npm run publish-build && git push --tags && npm publish
+$ git add -p
+$ git commit -m "Tag vX.X.X"
+$ git review
+
+# After merging:
+$ git remote update
+$ git checkout origin/master
+$ git tag "vX.X.X"
+$ npm run publish-build && git push --tags && npm publish
+
 

-- 
To view, visit https://gerrit.wikimedia.org/r/387963
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5a30b5a2122ae39ed45be74ec348f6506c5f38b7
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: VolkerE 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits