tidy link checking (#63)

* tidy link checking

* Update .github/docs/release.md

Co-authored-by: Nils Hanke <Nirusu@users.noreply.github.com>

Co-authored-by: Nils Hanke <Nirusu@users.noreply.github.com>
This commit is contained in:
Thomas Tendyck 2022-09-05 16:08:00 +02:00 committed by GitHub
parent 1b810da331
commit a09c53a700
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 15 deletions

View File

@ -5,7 +5,7 @@ This checklist will prepare `v1.3.0` from `v1.2.0`. Adjust your version numbers
1. Merge ready PRs
2. On the [CoreOS config repo](https://github.com/edgelesssys/constellation-fedora-coreos-config), create two new branches `release/v1.3`, `stream/v1.3` (new minor version) or use the existing ones (new patch version).
The release branch contains the squashed changeset and is branched from main while the stream branch contains the rebased changesets on top of the latest upstream changes.
[Consult this guide on rebasing forks](https://github.com/edgelesssys/wiki/blob/master/documentation/rebasing_forks.md#managing-releaes-branches) for guidance.
[Consult this guide on rebasing forks (INTERNAL)](https://github.com/edgelesssys/wiki/blob/master/documentation/rebasing_forks.md#managing-release-branches) for guidance.
3. Create a new branch `release/v1.3` (new minor version) or use the existing one (new patch version)
4. On this branch, prepare the following things:
1. (new patch version) `cherry-pick` (only) the required commits from `main`

View File

@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- name: Link Checker
uses: lycheeverse/lychee-action@v1.3.0
uses: lycheeverse/lychee-action@v1.5.1
with:
fail: true
env:

View File

@ -1,12 +1,3 @@
file:///github/workspace/.+/\$%7Bhref%7D
file:///github/workspace/.+/.+/_media/
file:///github/workspace/LICENSE
http://localhost.*
https://github.com/edgelesssys/constellation.*
https://github.com/edgelesssys/edg-gcp-compute-persistent-disk-csi-driver
https://github.com/edgelesssys/edg-azuredisk-csi-driver
https://github.com/edgelesssys/wiki
http://my.storage/measurements.yaml
http://my.storage/measurements.yaml.sig
http://php-apache
https://www.linkedin.com.*
http://localhost:
https://github.com/edgelesssys/constellation-
https://github.com/edgelesssys/wiki/blob/master/documentation/rebasing_forks.md

View File

@ -75,7 +75,6 @@ Development components:
Additional repositories:
* [constellation-docs](https://github.com/edgelesssys/constellation-docs): End-user documentation
* [constellation-fedora-coreos-config](https://github.com/edgelesssys/constellation-fedora-coreos-config): CoreOS build configuration with changes for Constellation
* [constellation-azuredisk-csi-driver](https://github.com/edgelesssys/constellation-azuredisk-csi-driver): Azure CSI driver with encryption on node
* [constellation-gcp-compute-persistent-disk-csi-driver](https://github.com/edgelesssys/constellation-gcp-compute-persistent-disk-csi-driver): GCP CSI driver with encryption on node