Commit Graph

19 Commits

Author SHA1 Message Date
dependabot[bot]
ee508838bd chore(deps): bump actions/checkout from 4.2.2 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v4.2.2...v6.0.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-02 17:54:29 +00:00
Shingo OKAWA
07dda38699 ci(sync): add automated git-cliff version sync (#75)
* ci: add workflow to sync git-cliff version with upstream releases

Signed-off-by: Shingo OKAWA <shingo.okawa.g.h.c@gmail.com>

* ci: change git-cliff sync schedule to weekly

Signed-off-by: Shingo OKAWA <shingo.okawa.g.h.c@gmail.com>

* fix: remove redundant step

Signed-off-by: Shingo OKAWA <shingo.okawa.g.h.c@gmail.com>

* fix: remove obsolete api call

Signed-off-by: Shingo OKAWA <shingo.okawa.g.h.c@gmail.com>

* fix: rename branch name

Signed-off-by: Shingo OKAWA <shingo.okawa.g.h.c@gmail.com>

* chore: add comment on crontab

Signed-off-by: Shingo OKAWA <shingo.okawa.g.h.c@gmail.com>

* feat: add README.md inplace replacement

Signed-off-by: Shingo OKAWA <shingo.okawa.g.h.c@gmail.com>

* chore: enable strict shell mode in workflow steps

Signed-off-by: Shingo OKAWA <shingo.okawa.g.h.c@gmail.com>

* chore: add pr body

Signed-off-by: Shingo OKAWA <shingo.okawa.g.h.c@gmail.com>

* refactor: make variable expansion consistent

Signed-off-by: Shingo OKAWA <shingo.okawa.g.h.c@gmail.com>

* refactor: use sed instead of yq for replacement

Signed-off-by: Shingo OKAWA <shingo.okawa.g.h.c@gmail.com>

* revert: newline replacement

Signed-off-by: Shingo OKAWA <shingo.okawa.g.h.c@gmail.com>

---------

Signed-off-by: Shingo OKAWA <shingo.okawa.g.h.c@gmail.com>
2026-02-28 13:43:34 +03:00
dependabot[bot]
ef60b862f2 chore(deps): bump actions/checkout from 4 to 6 (#68)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-21 21:03:06 +03:00
Ludovic Ortega
44415ff1bf feat: add version input variable (#27)
* feat: add version input variable

Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>

* chore(docs): readme typo

Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>

* fix: use bash script file instead of raw script

* fix: variable interpolation

* fix: GITHUB_TOKEN bash variable interpolation

* fix: output version description

* fix: VERSION variable interpolation

* fix: add back "lastest" in version description

* fix: add suggested changes

Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>

* refactor: polish implementation

* chore: bump version

---------

Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2024-08-26 22:13:46 +03:00
Ludovic Ortega
cb015de125 chore(dependabot): track docker dependencies (#26)
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
2024-07-29 18:26:03 +03:00
dependabot[bot]
1656405f98 chore(deps): bump actions/checkout from 3 to 4 (#14)
* chore(deps): bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs(readme): update the action versions in README.md

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2024-01-03 15:07:52 +01:00
Orhun Parmaksız
3641ed2c0a chore(github): add dependabot config 2024-01-03 17:01:06 +03:00
Nicolas Hedger
b7913b6646 feat(action): add output for the latest version (#12)
* feat: output `version` of the latest release

* update readme
2023-11-12 23:16:39 +01:00
Orhun Parmaksız
7204866657 chore(docker): update git-cliff to 1.3.0 2023-09-01 17:35:23 +03:00
Orhun Parmaksız
b5f86d99d9 chore(action): bump checkout action to v3 2023-02-15 21:07:44 +03:00
Orhun Parmaksız
cb8a76a874 chore(test): run CI on pull request 2022-11-19 22:55:11 +03:00
Matteo Ferrando
4d60dd0dbe fix(args): handle quotes in passed args (#3)
* add ' to test

* separate git cliff args before passing

* file expansion
2022-11-19 20:20:33 +01:00
orhun
fb2383ad8b test(args): use multiple arguments for testing 2021-06-19 22:57:51 +03:00
orhun
3b33c9dab6 refactor(action): use OUTPUT environment variable as output path 2021-06-18 18:59:56 +03:00
orhun
ba9e17e7eb fix(test): set the fetch-depth to 0 2021-06-18 03:38:59 +03:00
orhun
5200369cc2 chore(action): set the name of the test action 2021-06-18 03:30:54 +03:00
orhun
9e859999aa feat(input): use the config file from given path 2021-06-18 03:00:25 +03:00
orhun
6772dc9095 fix(test): use sudo to create a output directory 2021-06-18 01:57:28 +03:00
orhun
39a44ae974 test(action): add main.yml workflow 2021-06-18 01:51:07 +03:00