Skip to content

Commit

Permalink
Fix Hugo versions and release [semver:minor]
Browse files Browse the repository at this point in the history
This is to fix the older Hugo versions that is causing the int tests to
fail. Then, the minor release is to release the code from the last two
PRs merged: #47 and #48
  • Loading branch information
FelicianoTech committed Feb 15, 2022
1 parent 7142cbe commit 2656f95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
integration-test-1:
executor:
name: hugo/default
tag: "0.78.0"
tag: "0.92.2"
steps:
- run:
name: "Check out Hugo Docs as a sample project."
Expand All @@ -85,15 +85,15 @@ jobs:
command: hugo version
integration-test-2:
docker:
- image: cimg/base:stable
- image: cimg/base:current
steps:
- run:
name: "Check out Hugo Docs as a sample project."
command: |
git clone "https://github.com/gohugoio/hugoDocs.git" ~/project
rm ~/project/content/en/content-management/related.md
- hugo/install:
version: "0.89.0"
version: "0.92.2"
- hugo/hugo-build
- run:
name: "Basic Test"
Expand All @@ -108,7 +108,7 @@ jobs:
git clone "https://github.com/gohugoio/hugoDocs.git" ~/project
rm ~/project/content/en/content-management/related.md
- hugo/install:
version: "0.78.0"
version: "0.92.2"
- hugo/hugo-build
- run:
name: "Basic Test"
Expand Down

0 comments on commit 2656f95

Please sign in to comment.