Skip to content

Commit

Permalink
[rel] v0.10.1.pre6 (prerelease)
Browse files Browse the repository at this point in the history
  • Loading branch information
apjanke committed Jan 6, 2024
1 parent dd2ceeb commit 80a3d67
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
6 changes: 2 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ronn-ng (0.10.1.pre5)
ronn-ng (0.10.1.pre6)
kramdown (~> 2, >= 2.1)
kramdown-parser-gfm (~> 1, >= 1.0.1)
mustache (~> 1)
Expand All @@ -17,12 +17,10 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
mini_portile2 (2.8.5)
mustache (1.1.1)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.0)
Expand Down
2 changes: 1 addition & 1 deletion doc-project/Developer-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
1. Regenerate the man pages with `bundle exec rake man`
1. Run the tests one last time! `bundle exec rake test`
1. Commit the updated files
1. Commit message format: "rel: vX.Y.Z"
1. Commit message format: "[rel] vX.Y.Z"
1. Tag the release: `git tag vX.Y.Z`
1. `git push --tags`
1. Create the Release on GitHub Releases
Expand Down
2 changes: 1 addition & 1 deletion lib/ronn.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ def self.revision
end

# value generated by: rake rev
REV = '0.10.1.pre5'.freeze
REV = '0.10.1.pre6'.freeze
VERSION = version
end
4 changes: 2 additions & 2 deletions man/ronn-format.7
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" generated with Ronn-NG/v0.10.1
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1.pre5
.TH "RONN\-FORMAT" "7" "January 2024" "Ronn-NG 0.10.1.pre5" "Ronn Manual"
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1.pre6
.TH "RONN\-FORMAT" "7" "January 2024" "Ronn-NG 0.10.1.pre6" "Ronn Manual"
.SH "NAME"
\fBronn\-format\fR \- manual authoring format based on Markdown
.SH "SYNOPSIS"
Expand Down
4 changes: 2 additions & 2 deletions man/ronn.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" generated with Ronn-NG/v0.10.1
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1.pre5
.TH "RONN" "1" "January 2024" "Ronn-NG 0.10.1.pre5" "Ronn Manual"
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1.pre6
.TH "RONN" "1" "January 2024" "Ronn-NG 0.10.1.pre6" "Ronn Manual"
.SH "NAME"
\fBronn\fR \- convert markdown files to manpages
.SH "SYNOPSIS"
Expand Down
2 changes: 1 addition & 1 deletion ronn-ng.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'ronn-ng'
s.version = '0.10.1.pre5'
s.version = '0.10.1.pre6'
# We target Ruby 2.7+ for test & deploy, plus nokogiri 1.14.3+ need Ruby 2.7
s.required_ruby_version = '>= 2.7'

Expand Down

0 comments on commit 80a3d67

Please sign in to comment.