From 468755736dedc64a929078e48df459ea3735bde0 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 16 Oct 2023 22:19:25 +0200 Subject: [PATCH] ci: fix releases and add linkcheck --- .dictionary | 1 - .woodpecker/build-package.yml | 16 ++++++---------- .woodpecker/test.yml | 8 -------- README.md | 1 - 4 files changed, 6 insertions(+), 20 deletions(-) diff --git a/.dictionary b/.dictionary index cbe55b2..71ea522 100644 --- a/.dictionary +++ b/.dictionary @@ -1,5 +1,4 @@ url-parser -Codecov herloct multiarch (P|p)rebuilt diff --git a/.woodpecker/build-package.yml b/.woodpecker/build-package.yml index f6de3f2..2a08e27 100644 --- a/.woodpecker/build-package.yml +++ b/.woodpecker/build-package.yml @@ -17,17 +17,13 @@ steps: commands: - $(find dist/ -executable -type f -iname ${CI_REPO_NAME}-linux-amd64) --help - changelog-generate: - image: quay.io/thegeeklab/git-chglog + changelog: + image: quay.io/thegeeklab/git-sv commands: - - git fetch -tq - - git-chglog --no-color --no-emoji -o CHANGELOG.md ${CI_COMMIT_TAG:---next-tag unreleased unreleased} - - changelog-format: - image: quay.io/thegeeklab/alpine-tools - commands: - - prettier CHANGELOG.md - - prettier -w CHANGELOG.md + - git fetch --depth=2147483647 + - git sv current-version + - git sv release-notes + - git sv release-notes -o CHANGELOG.md publish-github: image: docker.io/plugins/github-release diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index e9589d8..abd3763 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -15,11 +15,3 @@ steps: image: docker.io/library/golang:1.21 commands: - make test - - # coverage: - # image: docker.io/plugins/codecov - # settings: - # files: - # - coverage.out - # token: - # from_secret: codecov_token diff --git a/README.md b/README.md index 9e5fa01..4635150 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ Simple command-line URL parser [![Build Status](https://ci.thegeeklab.de/api/badges/thegeeklab/url-parser/status.svg)](https://ci.thegeeklab.de/repos/thegeeklab/url-parser) [![Go Report Card](https://goreportcard.com/badge/github.com/thegeeklab/url-parser)](https://goreportcard.com/report/github.com/thegeeklab/url-parser) -[![Codecov](https://img.shields.io/codecov/c/github/thegeeklab/url-parser)](https://codecov.io/gh/thegeeklab/url-parser) [![GitHub contributors](https://img.shields.io/github/contributors/thegeeklab/url-parser)](https://github.com/thegeeklab/url-parser/graphs/contributors) [![License: MIT](https://img.shields.io/github/license/thegeeklab/url-parser)](https://github.com/thegeeklab/url-parser/blob/main/LICENSE)