Skip to content

Commit 5af89aa

Browse files
committed
Packaging fix
1 parent 8aaed55 commit 5af89aa

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
:this_prod_vrsn_major: 0
1616
:this_prod_vrsn_minor: 1
1717
:this_prod_vrsn_major-minor: {this_prod_vrsn_major}.{this_prod_vrsn_minor}
18-
:this_prod_vrsn_patch: 0
18+
:this_prod_vrsn_patch: 1
1919
:this_prod_vrsn: {this_prod_vrsn_major-minor}.{this_prod_vrsn_patch}
2020
:next_prod_vrsn: 0.2.0
2121
:tagline: Generate formatted release histories from Jira, GitHub, GitLab, YAML, or JSON sources.

releasehx.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Gem::Specification.new do |spec|
2929

3030
spec.files = Dir['lib/**/*.rb'] +
3131
Dir['lib/templates/*'] +
32+
Dir['lib/releasehx/rhyml/templates/*'] +
3233
Dir['bin/*'] +
3334
Dir['lib/releasehx/mappings/*'] +
3435
Dir['lib/releasehx/rest/clients/*.yml'] +

0 commit comments

Comments
 (0)