mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-11 15:39:33 -05:00
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:
parent
1b810da331
commit
a09c53a700
2
.github/docs/release.md
vendored
2
.github/docs/release.md
vendored
@ -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`
|
||||
|
2
.github/workflows/check-links.yml
vendored
2
.github/workflows/check-links.yml
vendored
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user