Compare commits
2 commits
e14010eb53
...
551e3468d8
Author | SHA1 | Date | |
---|---|---|---|
551e3468d8 | |||
cb3d8fd5d6 |
2 changed files with 6 additions and 6 deletions
|
@ -8,7 +8,7 @@ steps:
|
||||||
# prepare changelog and version information for release candidate
|
# prepare changelog and version information for release candidate
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
tag: v*
|
ref: refs/tags/v*
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- sed -ne 's/bm_version=\(.*\)/\1/p' bemoji > NEWEST_VERSION.txt
|
- sed -ne 's/bm_version=\(.*\)/\1/p' bemoji > NEWEST_VERSION.txt
|
||||||
|
@ -18,7 +18,7 @@ steps:
|
||||||
# ensure we correctly bumped versions
|
# ensure we correctly bumped versions
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
tag: v*
|
ref: refs/tags/v*
|
||||||
image: alpine
|
image: alpine
|
||||||
secrets: [ github_release_token, github_repo ]
|
secrets: [ github_release_token, github_repo ]
|
||||||
commands:
|
commands:
|
||||||
|
@ -35,7 +35,7 @@ steps:
|
||||||
build:
|
build:
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
tag: v*
|
ref: refs/tags/v*
|
||||||
image: savant/md2man
|
image: savant/md2man
|
||||||
commands:
|
commands:
|
||||||
- apk update && apk add zip
|
- apk update && apk add zip
|
||||||
|
@ -53,7 +53,7 @@ steps:
|
||||||
group: release
|
group: release
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
tag: v*
|
ref: refs/tags/v*
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
settings:
|
settings:
|
||||||
api_key:
|
api_key:
|
||||||
|
@ -66,7 +66,7 @@ steps:
|
||||||
release-github:
|
release-github:
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
tag: v*
|
ref: refs/tags/v*
|
||||||
image: alpine
|
image: alpine
|
||||||
secrets: [ github_release_token, github_repo ]
|
secrets: [ github_release_token, github_repo ]
|
||||||
commands:
|
commands:
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
Loading…
Reference in a new issue