From cc536aae857ec872742908b28f0e215d5e5e1b80 Mon Sep 17 00:00:00 2001 From: Swaneet Date: Sat, 16 Apr 2022 13:01:43 +0200 Subject: [PATCH] Fix Typos --- RELEASE.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index a8598a3..e261a51 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,15 +1,15 @@ # Release -We use [GoReleaser](https://goreleaser.com/) to create static binaries and Docker Buildx to build muöti-architecture +We use [GoReleaser](https://goreleaser.com/) to create static binaries and Docker Buildx to build multi-architecture images. The relevant configuration for the release process is in [template.goreleaser.yml](template.goreleaser.yaml) and [release/source.sh](release/source.sh). It **automatically** fetches the **latest** Go, Goreleaser and Protobuf versions via GitHub API. -See also the [release GitHub Action](.github/workflows/release.yml). +See also the [.github/workflows/release.yml](.github/workflows/release.yml). -### Developing +## Development To make changes to the release process, first [install GoReleaser](https://goreleaser.com/install/). @@ -33,9 +33,9 @@ The release process works like this: * [Docker Buildx](https://docs.docker.com/engine/reference/commandline/buildx/) is used to build multi-architecture images and push them to [qaware/protocurl](https://hub.docker.com/r/qaware/protocurl) * Native tests for multiple platforms are run. If these tests fail then the release candidate needs to be fixed. -* This should only happen for release candidates - as proper releases should only be created once a release candidate - passes all tests. + * This should only happen for release candidates - as proper releases should only be created once a release candidate + passes all tests. After fixing the code and the tests, a release candidate's tag can be overwritten by setting the option `force` to `force-reuse-tag` when invoking the workflow. This should only be used when a release candidate is released again -should be overwritten. \ No newline at end of file +should be overwritten.