Compare commits
No commits in common. "551e3468d81075d048449729d614721d968502e1" and "e14010eb5302ca3f6076342d95e91915c9861b02" have entirely different histories.
551e3468d8
...
e14010eb53
2 changed files with 6 additions and 6 deletions
|
@ -8,7 +8,7 @@ steps:
|
|||
# prepare changelog and version information for release candidate
|
||||
when:
|
||||
event: tag
|
||||
ref: refs/tags/v*
|
||||
tag: 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
|
||||
ref: refs/tags/v*
|
||||
tag: v*
|
||||
image: alpine
|
||||
secrets: [ github_release_token, github_repo ]
|
||||
commands:
|
||||
|
@ -35,7 +35,7 @@ steps:
|
|||
build:
|
||||
when:
|
||||
event: tag
|
||||
ref: refs/tags/v*
|
||||
tag: v*
|
||||
image: savant/md2man
|
||||
commands:
|
||||
- apk update && apk add zip
|
||||
|
@ -53,7 +53,7 @@ steps:
|
|||
group: release
|
||||
when:
|
||||
event: tag
|
||||
ref: refs/tags/v*
|
||||
tag: v*
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
api_key:
|
||||
|
@ -66,7 +66,7 @@ steps:
|
|||
release-github:
|
||||
when:
|
||||
event: tag
|
||||
ref: refs/tags/v*
|
||||
tag: v*
|
||||
image: alpine
|
||||
secrets: [ github_release_token, github_repo ]
|
||||
commands:
|
||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2021 - 2024 Marty Oehme
|
||||
Copyright (c) 2023 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
|
||||
|
|
Loading…
Reference in a new issue