Skip to content

Commit

Permalink
set release-version attribute in docs during release
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Oct 15, 2022
1 parent 3e78f8c commit a28f1e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
%(prerelease: #{prerelease ? 'true' : 'false'}\n)
elsif l.start_with? 'version: '
%(version: '#{release_version}'\n)
elsif l.start_with? ' release-version: '
%( release-version: '#{release_version}'\n)
else
l
end
Expand Down

0 comments on commit a28f1e5

Please sign in to comment.