Compare commits

...

2 Commits

Author SHA1 Message Date
Marty Oehme 551e3468d8
📖 Bump license copyright year
ci/woodpecker/push/woodpecker Pipeline was successful Details
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.
2024-01-11 11:28:44 +01:00
Marty Oehme cb3d8fd5d6
🐛 Remove deprecated woodpecker ci conditions
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
2024-01-11 11:17:47 +01:00
2 changed files with 6 additions and 6 deletions

View File

@ -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:

View File

@ -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