We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4504f commit ccb0f64Copy full SHA for ccb0f64
lib/commonmarker/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module CommonMarker
4
- VERSION = '0.23.3'
+ VERSION = '0.23.4'
5
end
script/changelog
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+CHANGELOG_GITHUB_TOKEN="$PUBLIC_GITHUB_TOKEN" github_changelog_generator -u gjtorikian -p commonmarker
0 commit comments