From cb3d8fd5d650fe83c7b93985f465b8ffb6ca72c0 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Thu, 11 Jan 2024 11:17:47 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=90=9B=20Remove=20deprecated=20woodpe?= =?UTF-8?q?cker=20ci=20conditions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tag condition (when: event: tag) filters are not generalized to `ref` instead of the old `tag` key. This switches them to the new version. See https://woodpecker-ci.org/docs/usage/workflow-syntax#when---conditional-execution --- .woodpecker.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index aea8ba6..2bd10d1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -8,7 +8,7 @@ steps: # prepare changelog and version information for release candidate when: event: tag - tag: v* + ref: refs/tags/v* image: alpine commands: - sed -ne 's/bm_version=\(.*\)/\1/p' bemoji > NEWEST_VERSION.txt @@ -18,7 +18,7 @@ steps: # ensure we correctly bumped versions when: event: tag - tag: v* + ref: refs/tags/v* image: alpine secrets: [ github_release_token, github_repo ] commands: @@ -35,7 +35,7 @@ steps: build: when: event: tag - tag: v* + ref: refs/tags/v* image: savant/md2man commands: - apk update && apk add zip @@ -53,7 +53,7 @@ steps: group: release when: event: tag - tag: v* + ref: refs/tags/v* image: plugins/gitea-release settings: api_key: @@ -66,7 +66,7 @@ steps: release-github: when: event: tag - tag: v* + ref: refs/tags/v* image: alpine secrets: [ github_release_token, github_repo ] commands: From 551e3468d81075d048449729d614721d968502e1 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Thu, 11 Jan 2024 11:20:03 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=96=20Bump=20license=20copyright?= =?UTF-8?q?=20year?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumping the year again. I am honestly not entirely sure what the best or correct way to display this is - so I am simply copying what the `curl` project is doing and stating the whole period of me working on it. Perhaps one day (should we get more contributors or much more popular) it may also make sense to copy its `THANKS` file to keep a stable copy of my contributing helpers. --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 2fb93db..b54ccfe 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Marty Oehme +Copyright (c) 2021 - 2024 Marty Oehme Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal