Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Nov 22, 2018
1 parent 1758415 commit 4ae6c87
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/helpers_docs.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##### [_build_gem](https://github.com/appium/appium_thor/blob/d264716b17dd0bca5ca704712084b7a5500d9d4a/lib/appium_thor/helpers.rb#L6) common
##### [_build_gem](https://github.com/appium/appium_thor/blob/1758415f0676af855b8a522e647e1d5eebfc71ad/lib/appium_thor/helpers.rb#L6) common

> def _build_gem
Expand All @@ -7,39 +7,39 @@ Runs gem build gemspec

--

##### [tag_exists](https://github.com/appium/appium_thor/blob/d264716b17dd0bca5ca704712084b7a5500d9d4a/lib/appium_thor/helpers.rb#L12) common
##### [tag_exists](https://github.com/appium/appium_thor/blob/1758415f0676af855b8a522e647e1d5eebfc71ad/lib/appium_thor/helpers.rb#L12) common

> def tag_exists(tag_name)
Returns true if the tag exists on the master branch.

--

##### [sh](https://github.com/appium/appium_thor/blob/d264716b17dd0bca5ca704712084b7a5500d9d4a/lib/appium_thor/helpers.rb#L18) common
##### [sh](https://github.com/appium/appium_thor/blob/1758415f0676af855b8a522e647e1d5eebfc71ad/lib/appium_thor/helpers.rb#L18) common

> def sh(command)
Runs command. Raises an exception if the command doesn't execute successfully.

--

##### [version_rgx](https://github.com/appium/appium_thor/blob/d264716b17dd0bca5ca704712084b7a5500d9d4a/lib/appium_thor/helpers.rb#L30) common
##### [version_rgx](https://github.com/appium/appium_thor/blob/1758415f0676af855b8a522e647e1d5eebfc71ad/lib/appium_thor/helpers.rb#L30) common

> def version_rgx
Used to parse the version number from version_file

--

##### [version](https://github.com/appium/appium_thor/blob/d264716b17dd0bca5ca704712084b7a5500d9d4a/lib/appium_thor/helpers.rb#L35) common
##### [version](https://github.com/appium/appium_thor/blob/1758415f0676af855b8a522e647e1d5eebfc71ad/lib/appium_thor/helpers.rb#L35) common

> def version
Returns the version number from version_file as a string

--

##### [_bump](https://github.com/appium/appium_thor/blob/d264716b17dd0bca5ca704712084b7a5500d9d4a/lib/appium_thor/helpers.rb#L46) common
##### [_bump](https://github.com/appium/appium_thor/blob/1758415f0676af855b8a522e647e1d5eebfc71ad/lib/appium_thor/helpers.rb#L46) common

> def _bump(value)
Expand All @@ -55,7 +55,7 @@ __Parameters:__

--

##### [update_release_notes](https://github.com/appium/appium_thor/blob/d264716b17dd0bca5ca704712084b7a5500d9d4a/lib/appium_thor/helpers.rb#L86) common
##### [update_release_notes](https://github.com/appium/appium_thor/blob/1758415f0676af855b8a522e647e1d5eebfc71ad/lib/appium_thor/helpers.rb#L86) common

> def update_release_notes
Expand All @@ -64,7 +64,7 @@ Note that the first tag won't contain notes.

--

##### [_install](https://github.com/appium/appium_thor/blob/d264716b17dd0bca5ca704712084b7a5500d9d4a/lib/appium_thor/helpers.rb#L150) common
##### [_install](https://github.com/appium/appium_thor/blob/1758415f0676af855b8a522e647e1d5eebfc71ad/lib/appium_thor/helpers.rb#L150) common

> def _install
Expand All @@ -76,15 +76,15 @@ Installs the local gem. It's fast due to the flags

--

##### [_uninstall](https://github.com/appium/appium_thor/blob/d264716b17dd0bca5ca704712084b7a5500d9d4a/lib/appium_thor/helpers.rb#L157) common
##### [_uninstall](https://github.com/appium/appium_thor/blob/1758415f0676af855b8a522e647e1d5eebfc71ad/lib/appium_thor/helpers.rb#L157) common

> def _uninstall
Uninstalls all versions of the gem

--

##### [_publish](https://github.com/appium/appium_thor/blob/d264716b17dd0bca5ca704712084b7a5500d9d4a/lib/appium_thor/helpers.rb#L168) common
##### [_publish](https://github.com/appium/appium_thor/blob/1758415f0676af855b8a522e647e1d5eebfc71ad/lib/appium_thor/helpers.rb#L168) common

> def _publish
Expand All @@ -96,7 +96,7 @@ Publishes the gem to rubygems

--

##### [remove_non_ascii_from_cwd](https://github.com/appium/appium_thor/blob/d264716b17dd0bca5ca704712084b7a5500d9d4a/lib/appium_thor/helpers.rb#L200) common
##### [remove_non_ascii_from_cwd](https://github.com/appium/appium_thor/blob/1758415f0676af855b8a522e647e1d5eebfc71ad/lib/appium_thor/helpers.rb#L200) common

> def remove_non_ascii_from_cwd
Expand Down
6 changes: 6 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### v1.1.4 2018-11-22

- [1758415](https://github.com/appium/appium_thor/commit/1758415f0676af855b8a522e647e1d5eebfc71ad) Release 1.1.4
- [4adda4f](https://github.com/appium/appium_thor/commit/4adda4f099e75d4c97cdd69a5db69bfb029fd390) add new line


#### v1.1.3 2018-11-22

- [d264716](https://github.com/appium/appium_thor/commit/d264716b17dd0bca5ca704712084b7a5500d9d4a) Release 1.1.3
Expand Down

0 comments on commit 4ae6c87

Please sign in to comment.