nerd-fonts/.github/workflows
Fini Jastrow bc87b361a2 CI: Prevent rolling release on normal releases
[why]
The release CI is run every time something is pushed to master. This is
useful if we are on a release candidate. The release will be updated.

But if we do a normal release and afterwards push some new commit to
master - before we update the version in the package.json to a RC - the
actual (fixed) release will also be updated.

[how]
Determine if we have a

* new normal release
* new prerelease
* updated prerelease

and run the release process itself only in that cases.

[note]
The release is checked for via API instead of an action, because the
typical action needs a complete checkout (works on the local git repo).

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2022-08-26 09:31:57 +02:00
..
docker-release.yml CI: Update action/checkout to v3 2022-08-19 13:24:39 +02:00
font-patcher.yml Merge pull request #806 from ryanoasis/feature/ci-use-2022-fontforge 2022-08-23 09:43:36 +02:00
release.yml CI: Prevent rolling release on normal releases 2022-08-26 09:31:57 +02:00