Skip to content

Commit b49e849

Browse files
authored
Merge pull request #3 from baurmatt/release
Release 0.2.0
2 parents 8a3516d + 7b74877 commit b49e849

File tree

4 files changed

+12
-16
lines changed

4 files changed

+12
-16
lines changed

.sync.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,3 @@
22
spec/spec_helper.rb:
33
mock_with: ':rspec'
44
coverage_report: true
5-
Gemfile:
6-
required:
7-
':release':
8-
- gem: github_changelog_generator
9-
git: https://github.com/github-changelog-generator/github-changelog-generator

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
# Changelog
1+
# Change log
22

3-
All notable changes to this project will be documented in this file.
3+
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).
44

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

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

9-
**Bugfixes**
9+
### Added
1010

11-
**Known Issues**
11+
- Make source url configurable [\#1](https://github.com/baurmatt/puppet-codimd/pull/1) ([gsterling](https://github.com/gsterling))
12+
13+
14+
15+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

Gemfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ group :development do
2929
gem "puppet-module-win-default-r#{minor_version}", '~> 0.4', require: false, platforms: [:mswin, :mingw, :x64_mingw]
3030
gem "puppet-module-win-dev-r#{minor_version}", '~> 0.4', require: false, platforms: [:mswin, :mingw, :x64_mingw]
3131
end
32-
group :release do
33-
gem "github_changelog_generator", require: false, git: 'https://github.com/github-changelog-generator/github-changelog-generator'
34-
end
3532

3633
puppet_version = ENV['PUPPET_GEM_VERSION']
3734
facter_version = ENV['FACTER_GEM_VERSION']

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "baurmatt-codimd",
3-
"version": "0.1.0",
4-
"author": "Matthias Baur",
3+
"version": "0.2.0",
4+
"author": "baurmatt",
55
"summary": "Puppet Module to install and configure codiMD",
66
"license": "Apache-2.0",
77
"source": "https://github.com/baurmatt/puppet-codimd",

0 commit comments

Comments
 (0)