Commit Graph

26 Commits

Author SHA1 Message Date
17c1df99e4 feat(dedup): added support for four digit versions
Some checks failed
Docker Image CI / build (push) Waiting to run
release / release (push) Waiting to run
release / release-check (push) Waiting to run
reviewdog / runner / shellcheck (push) Waiting to run
reviewdog / runner / hadolint (push) Waiting to run
Test / test (push) Waiting to run
Test / needless_prefix (push) Waiting to run
Test / not_semver (push) Waiting to run
Test / quoted_version (push) Waiting to run
Test / tagged_version (push) Waiting to run
depup / reviewdog (push) Has been cancelled
depup / redpen (push) Has been cancelled
depup / themis (push) Has been cancelled
2024-06-24 19:08:21 +02:00
6e3eed16f3 Update entrypoint.sh 2024-06-24 19:04:38 +02:00
63096c841e Update entrypoint.sh 2024-06-24 19:02:29 +02:00
d0b126a66e feat(entrypoint.sh): support four digit version numbers 2024-06-24 18:19:15 +02:00
ICHINOSE Shogo
7eb43fb92e Update entrypoint.sh
Co-authored-by: Łukasz Skarżyński <skarzynski_lukasz@protonmail.com>
2022-10-15 02:01:15 +09:00
ICHINOSE Shogo
37e829d169 fix the file path 2022-10-13 23:16:47 +09:00
ICHINOSE Shogo
f9cca350ae migrate set-output command to environment files
set-output commands are now deprecated.
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

GitHub recommends environment files instead.
https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#environment-files
2022-10-13 23:11:52 +09:00
haya14busa
8258e6975b Set outputs before exit 2021-02-21 09:34:03 +00:00
haya14busa
de1e7065a0 Update entrypoint.sh 2021-02-15 21:22:12 +09:00
Tsuyoshi CHO
bb1dcffbd3 fix review suggest : create listup function 2021-02-14 16:42:19 +09:00
Tsuyoshi CHO
bbfd8c9cac Add support tag checker 2021-02-14 13:55:28 +09:00
rickstaa
d15af245f4 Updates regex syntax tests
To see the new regex syntax in action go to
https://regex101.com/r/t1JcmL/13.
2020-12-12 16:27:38 +01:00
rickstaa
6a229db7d8 Adds support for single quotes 2020-12-12 16:15:09 +01:00
rickstaa
374f5b7b5b 🐛 Fixes a bug in the retrieval of the latest repo version 2020-12-11 17:21:47 +01:00
rickstaa
47054a1d4c Adds used repo as output 2020-12-11 16:58:40 +01:00
rickstaa
15a21af2bc Extends version matching with quotes and - annotated tags"
In this commit I added support to match the version when it is enclosed
in quotes (Example: REVIEWDOG_VERSION = "v0.1.0"). I also added support
for version tags that contain a - annotation text (example: REVIEWDOG=v0.1.0-nightly20201208+12faa31).
You can check out the regex syntax on https://regex101.com/r/t1JcmL/10.
2020-12-11 15:29:25 +01:00
swfz
b64231ec5f feat: add version pattern 2020-03-12 01:01:36 +09:00
haya14busa
d87bee5329 Remove a needless comment 2020-01-27 05:43:59 +00:00
haya14busa
83d1d898a4 rm comment 2020-01-27 05:35:20 +00:00
haya14busa
f58efbafe9 fix comment 2020-01-27 05:32:55 +00:00
haya14busa
21178e40a4 Extract only semver part for latest release
This change excludes needless prefix (e.g. "redpen-" of "redpen-1.10.4"
tag) for latest release.

Also, exclude prerelease version (any suffix) in tag explicitly.

Fix #10
2020-01-27 05:27:42 +00:00
haya14busa
cab989f6f3 fix v prefix support 2020-01-20 16:44:00 +00:00
haya14busa
d83a688faf Support more patterns 2020-01-19 08:16:16 +00:00
haya14busa
4b16828cda fix https://github.com/koalaman/shellcheck/wiki/SC2039 2020-01-19 06:10:10 +00:00
haya14busa
0f5b750051 fix shellcheck errors 2020-01-19 06:00:46 +00:00
haya14busa
de5e611b2b initial version 2020-01-19 04:11:50 +00:00