Skip to content

Commit 2b32783

Browse files
committed
Updating changelog (and settings to gather a clean changelog)
1 parent 04bddd4 commit 2b32783

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

.sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gemfile:
1919
version: "1.15.0"
2020
Rakefile:
2121
changelog_user: "dodevops"
22-
changelog_project: "https://github.com/dodevops/puppet-ocsinventoryagent"
22+
changelog_project: "puppet-ocsinventoryagent"
2323
requires:
2424
- "kitchen/rake_tasks"
2525
extras:

CHANGELOG.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
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.3.0](https://github.com/dodevops/puppet-ocsinventoryagent/tree/v0.3.0) (2021-03-03)
66

7-
**Features**
7+
[Full Changelog](https://github.com/dodevops/puppet-ocsinventoryagent/compare/v0.2.0...v0.3.0)
88

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

11-
**Known Issues**
11+
- Only manage zypper repos, when parameter is set [\#1](https://github.com/dodevops/puppet-ocsinventoryagent/pull/1) ([timdeluxe](https://github.com/timdeluxe))
12+
13+
## [v0.2.0](https://github.com/dodevops/puppet-ocsinventoryagent/tree/v0.2.0) (2020-02-20)
14+
15+
[Full Changelog](https://github.com/dodevops/puppet-ocsinventoryagent/compare/v0.1.0...v0.2.0)
16+
17+
## [v0.1.0](https://github.com/dodevops/puppet-ocsinventoryagent/tree/v0.1.0) (2020-02-19)
18+
19+
[Full Changelog](https://github.com/dodevops/puppet-ocsinventoryagent/compare/30d1bfd900ade8fedb4ff448d368e6716bd46190...v0.1.0)
20+
21+
22+
23+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ end
1616

1717
def changelog_project
1818
return unless Rake.application.top_level_tasks.include? "changelog"
19-
returnVal = "https://github.com/dodevops/puppet-ocsinventoryagent" || JSON.load(File.read('metadata.json'))['source'].match(%r{.*/([^/]*)})[1]
19+
returnVal = nil || JSON.load(File.read('metadata.json'))['source'].match(%r{.*/([^/]*)})[1]
2020
raise "unable to find the changelog_project in .sync.yml or the name in metadata.json" if returnVal.nil?
2121
puts "GitHubChangelogGenerator project:#{returnVal}"
2222
returnVal

0 commit comments

Comments
 (0)