Skip to content

Commit

Permalink
Merge pull request #3 from baurmatt/release
Browse files Browse the repository at this point in the history
Release 0.2.0
  • Loading branch information
baurmatt authored Jul 6, 2020
2 parents 8a3516d + 7b74877 commit b49e849
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,3 @@
spec/spec_helper.rb:
mock_with: ':rspec'
coverage_report: true
Gemfile:
required:
':release':
- gem: github_changelog_generator
git: https://github.com/github-changelog-generator/github-changelog-generator
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Changelog
# Change log

All notable changes to this project will be documented in this file.
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).

## Release 0.1.0
## [v0.2.0](https://github.com/baurmatt/puppet-codimd/tree/v0.2.0) (2020-07-06)

**Features**
[Full Changelog](https://github.com/baurmatt/puppet-codimd/compare/32201ce3650fdb24b030d4544484e054b9992659...v0.2.0)

**Bugfixes**
### Added

**Known Issues**
- Make source url configurable [\#1](https://github.com/baurmatt/puppet-codimd/pull/1) ([gsterling](https://github.com/gsterling))



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ group :development do
gem "puppet-module-win-default-r#{minor_version}", '~> 0.4', require: false, platforms: [:mswin, :mingw, :x64_mingw]
gem "puppet-module-win-dev-r#{minor_version}", '~> 0.4', require: false, platforms: [:mswin, :mingw, :x64_mingw]
end
group :release do
gem "github_changelog_generator", require: false, git: 'https://github.com/github-changelog-generator/github-changelog-generator'
end

puppet_version = ENV['PUPPET_GEM_VERSION']
facter_version = ENV['FACTER_GEM_VERSION']
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "baurmatt-codimd",
"version": "0.1.0",
"author": "Matthias Baur",
"version": "0.2.0",
"author": "baurmatt",
"summary": "Puppet Module to install and configure codiMD",
"license": "Apache-2.0",
"source": "https://github.com/baurmatt/puppet-codimd",
Expand Down

0 comments on commit b49e849

Please sign in to comment.