Revert back to developing 4.3.x
This reverts commit556febb436
. This reverts commita613eb2d82
.
This commit is contained in:
parent
556febb436
commit
390b1f006b
|
@ -3,7 +3,7 @@ name: Build and deploy Jekyll documentation site
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "4.3-stable"
|
- master
|
||||||
|
|
||||||
env:
|
env:
|
||||||
RUBY_VERSION: 2.7
|
RUBY_VERSION: 2.7
|
||||||
|
|
|
@ -3,6 +3,7 @@ name: Release Gem
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
- master
|
||||||
- "*-stable"
|
- "*-stable"
|
||||||
paths:
|
paths:
|
||||||
- "lib/**/version.rb"
|
- "lib/**/version.rb"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module Jekyll
|
module Jekyll
|
||||||
VERSION = "5.0.0.dev"
|
VERSION = "4.3.0"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue