1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-15 21:08:23 +00:00

github: update gh-pages on published releases

This will make the Helm repo to be updated at release time.
This commit is contained in:
Markus Lehtonen 2021-03-18 15:32:15 +02:00
parent d4feff31d5
commit aa9050eca3
2 changed files with 6 additions and 3 deletions

View file

@ -35,13 +35,14 @@ Please do not remove items from the checklist
- [ ] Submit a PR against [k8s.io](https://github.com/kubernetes/k8s.io), updating `k8s.gcr.io/images/k8s-staging-nfd/images.yaml` to promote the container image to production - [ ] Submit a PR against [k8s.io](https://github.com/kubernetes/k8s.io), updating `k8s.gcr.io/images/k8s-staging-nfd/images.yaml` to promote the container image to production
- [ ] Wait for the PR to be merged and verify that the image (`k8s.gcr.io/nfd/node-feature-discovery:$VERSION`) is available. - [ ] Wait for the PR to be merged and verify that the image (`k8s.gcr.io/nfd/node-feature-discovery:$VERSION`) is available.
- [ ] Publish the draft release prepared at the [Github releases page](https://github.com/kubernetes-sigs/node-feature-discovery/releases) - [ ] Publish the draft release prepared at the [Github releases page](https://github.com/kubernetes-sigs/node-feature-discovery/releases)
which will also trigger a Helm repo index update to add the latest release
- [ ] Add a link to the tagged release in this issue. - [ ] Add a link to the tagged release in this issue.
- [ ] Send an announcement email to `kubernetes-dev@googlegroups.com` with the subject `[ANNOUNCE] node-feature-discovery $VERSION is released` - [ ] Send an announcement email to `kubernetes-dev@googlegroups.com` with the subject `[ANNOUNCE] node-feature-discovery $VERSION is released`
- [ ] Add a link to the release announcement in this issue - [ ] Add a link to the release announcement in this issue
- [ ] For a major release, update README in master branch - [ ] For a major release, update README in master branch
- [ ] Update references to point to `$VERSION` and submit a PR - [ ] Update references e.g. by running `scripts/prepare-release.sh $VERSION` but **only** committing README.md, and,
- [ ] Wait for the PR to be merged, this will also update the Helm submit a PR
repo index to be updated to contain the latest release - [ ] Wait for the PR to be merged
- [ ] Close this issue - [ ] Close this issue

View file

@ -6,6 +6,8 @@ on:
- release-* - release-*
tags: tags:
- v[0-9]+.[0-9]+.[0-9]+ - v[0-9]+.[0-9]+.[0-9]+
release:
types: [published]
jobs: jobs:
build: build:
name: Update gh-pages name: Update gh-pages