merge branch 'pr-3523'

Kir Kolyshkin (1):
  CHANGELOG.md: forward-port 1.1.x changes

LGTMs: AkihiroSuda cyphar
Closes #3523
This commit is contained in:
Aleksa Sarai
2022-07-20 14:26:51 +10:00
3 changed files with 89 additions and 10 deletions
+4 -1
View File
@@ -151,7 +151,6 @@ jobs:
pattern: '^.{0,72}(\n.*)*$'
error: 'Subject too long (max 72)'
cfmt:
runs-on: ubuntu-20.04
steps:
@@ -176,6 +175,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: check CHANGELOG.md
run: make verify-changelog
# We have to run this under Docker as Ubuntu (host) does not support all
# the architectures we want to compile test against, and Dockerfile uses
# Debian (which does).