From 390b1f006bebdfa7e46c83831879a17a51cded52 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Fri, 21 Oct 2022 23:22:47 +0530 Subject: [PATCH] Revert back to developing 4.3.x This reverts commit 556febb436c93a476365a9235403c82d3f9e74be. This reverts commit a613eb2d823919ad536063da377fc4582ce0904a. --- .github/workflows/docs.yml | 2 +- .github/workflows/release.yml | 1 + .../{actions/third-party.disabled => workflows/third-party.yml} | 0 lib/jekyll/version.rb | 2 +- 4 files changed, 3 insertions(+), 2 deletions(-) rename .github/{actions/third-party.disabled => workflows/third-party.yml} (100%) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 837ea18e..a24fffd0 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -3,7 +3,7 @@ name: Build and deploy Jekyll documentation site on: push: branches: - - "4.3-stable" + - master env: RUBY_VERSION: 2.7 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 39d8fd82..3585815a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,7 @@ name: Release Gem on: push: branches: + - master - "*-stable" paths: - "lib/**/version.rb" diff --git a/.github/actions/third-party.disabled b/.github/workflows/third-party.yml similarity index 100% rename from .github/actions/third-party.disabled rename to .github/workflows/third-party.yml diff --git a/lib/jekyll/version.rb b/lib/jekyll/version.rb index eeba3b26..246f7d74 100644 --- a/lib/jekyll/version.rb +++ b/lib/jekyll/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Jekyll - VERSION = "5.0.0.dev" + VERSION = "4.3.0" end