Keep each release note in a single file

To avoid annoying merge conflicts.

Perl script is provided for convenience and simple format checking in
PRs.
This commit is contained in:
Orestis Floros
2021-10-19 22:13:26 +02:00
parent 3e0fc25b6b
commit c083e023b6
6 changed files with 103 additions and 6 deletions

View File

@@ -25,6 +25,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: git fetch --prune --unshallow
- name: check & print release notes
run: ./release-notes/generator.pl
- name: construct container name
run: |
echo "BASENAME=i3wm/travis-base:$(date +'%Y-%m')-$(./travis/ha.sh travis/travis-base.Dockerfile)" >> $GITHUB_ENV