Skip to content

Commit

Permalink
Merge pull request #75 from LandRegistry/backports
Browse files Browse the repository at this point in the history
backports
  • Loading branch information
matthew-shaw authored Feb 7, 2024
2 parents 2994e57 + b32b581 commit 7513ba4
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @matthew-shaw
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ "main" ]
branches: [ "v2" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
branches: [ "v2" ]
schedule:
- cron: '41 2 * * 2'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Python package

on:
push:
branches: [ main ]
branches: [ v2 ]
pull_request:
branches: [ main ]
branches: [ v2 ]

jobs:
build:
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/LandRegistry/govuk-frontend-jinja/compare/2.8.0...main)
## [Unreleased](https://github.com/LandRegistry/govuk-frontend-jinja/compare/2.8.0...v2)

## [2.8.0](https://github.com/LandRegistry/govuk-frontend-jinja/releases/tag/2.8.0) - 06/02/2024

Expand Down Expand Up @@ -80,6 +80,16 @@ Thanks to [Indigo Harrington](https://github.com/SentientHousePlant)

- Python 3.6 support

## [1.6.0](https://github.com/LandRegistry/govuk-frontend-jinja/releases/tag/1.6.0) -07/02/2024

### Added

- [GOV.UK Frontend v3.15.0](https://github.com/alphagov/govuk-frontend/releases/tag/v3.15.0) support

### Removed

- Python 3.6 support

## [1.5.1](https://github.com/LandRegistry/govuk-frontend-jinja/releases/tag/1.5.1) -14/10/2021

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion tests/utils/test-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -e
flake8 .
(cd tests/utils && nohup python -m flask run --port 3000 &)
wait-for-it localhost:3000
./govuk-frontend-diff http://localhost:3000 --govuk-frontend-version=v4.8.0
./govuk-frontend-diff http://localhost:3000 --govuk-frontend-version=v4.8.0 --ci

0 comments on commit 7513ba4

Please sign in to comment.