From 4f3b29d442e47c1d1eeb12eeb1b1cf7b88520602 Mon Sep 17 00:00:00 2001 From: Matthias Baur Date: Mon, 6 Jul 2020 22:29:29 +0200 Subject: [PATCH 1/2] Release 0.2.0 --- CHANGELOG.md | 16 ++++++++++------ metadata.json | 4 ++-- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c954cd..7e2c40a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)* diff --git a/metadata.json b/metadata.json index 5d35210..a06baae 100644 --- a/metadata.json +++ b/metadata.json @@ -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", From 7b7487762bd3f58c08ec4f32e3e270ff385fb030 Mon Sep 17 00:00:00 2001 From: Matthias Baur Date: Mon, 6 Jul 2020 22:36:01 +0200 Subject: [PATCH 2/2] Revert "Add github_changelog_generator gem" This reverts commit 8a3516d6fd2ac7d2f613fd15a4575f5c5c0bf1f0. Not compatible with Ruby 2.4 (Puppet 5)... --- .sync.yml | 5 ----- Gemfile | 3 --- 2 files changed, 8 deletions(-) diff --git a/.sync.yml b/.sync.yml index a5b012e..9df32f3 100644 --- a/.sync.yml +++ b/.sync.yml @@ -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 diff --git a/Gemfile b/Gemfile index 28d7f36..8007ad0 100644 --- a/Gemfile +++ b/Gemfile @@ -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']