Skip to content

Commit

Permalink
Release v0.1.1 (#24)
Browse files Browse the repository at this point in the history
* Release v0.1.1

Fix pushing gem to github

* Add markdownlint config
  • Loading branch information
ShockwaveNN authored May 26, 2020
1 parent 24ed4cc commit d479b8f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"MD024": { "siblings_only": true }
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## master (unreleased)

## 0.1.1 (2020-05-26)

### New Features

* Add config to `markdownlint`

### Fixes

* Fix pushing gem to github

## 0.1.0 (2020-05-26)

### New Features
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ desc 'Release gem'
task :release_github_rubygems do
Rake::Task['release'].invoke
sh('gem push --key github '\
'--host https://rubygems.pkg.github.com/onlyoffice-testing-robot '\
'--host https://rubygems.pkg.github.com/ONLYOFFICE '\
"pkg/#{WrataApi::Name::STRING}-"\
"#{WrataApi::Version::STRING}.gem")
end
2 changes: 1 addition & 1 deletion lib/wrata_api/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module WrataApi
# This module holds the WrataApi version information.
module Version
# @return [String] current gem version
STRING = '0.1.0'
STRING = '0.1.1'
end
end

0 comments on commit d479b8f

Please sign in to comment.