From 13888755e03142c409ba71dfd05d2ae940518aa3 Mon Sep 17 00:00:00 2001 From: Release-Candidate Date: Sun, 12 Feb 2023 18:47:07 +0100 Subject: [PATCH] Update Github actions --- .github/workflows/release.yml | 4 ++-- CHANGELOG.md | 4 ++++ README.md | 5 +++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8a3e11b..984a436 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v3 - name: Get Tag - uses: olegtarasov/get-tag@v2.1 + uses: olegtarasov/get-tag@v2.1.2 id: tagName with: tagRegex: "v(.*)" @@ -78,7 +78,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 if: ${{ always() }} with: name: CLOJURE-TEMPLATE überjar diff --git a/CHANGELOG.md b/CHANGELOG.md index aa0d816..a809421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CLOJURE-TEMPLATE Changelog +## Version 0.0.2 (2023-02-12) + +* use olegtarasov/get-tag@v2.1.2 and actions/checkout@v3 + ## Version 0.0.1 (2023-02-11) Initial release diff --git a/README.md b/README.md index 6aeb884..7bb6938 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,17 @@ # CLOJURE-TEMPLATE [![GitHub](https://img.shields.io/github/license/Release-Candidate/clojure-template)](./LICENSE) +[![GitHub release (latest by date)](https://img.shields.io/github/v/release/Release-Candidate/Clojure-Template)](https://github.com/Release-Candidate/Clojure-Template/releases/latest) [![Lint](https://github.com/Release-Candidate/Clojure-Template/actions/workflows/lint.yml/badge.svg)](https://github.com/Release-Candidate/Clojure-Template/actions/workflows/lint.yml) [![Test](https://github.com/Release-Candidate/Clojure-Template/actions/workflows/tests.yml/badge.svg)](https://github.com/Release-Candidate/Clojure-Template/actions/workflows/tests.yml) [![Codecov](https://img.shields.io/codecov/c/github/Release-Candidate/clojure-template)](https://app.codecov.io/gh/Release-Candidate/Clojure-Template) A template for Clojure projects with GitHub integration, support for Codecov coverage integration. Uses deps.edn, Eftest, Humane Test Output, Expectations, Cloverage and test.check. +## Latest Release + +See [latest](https://github.com/Release-Candidate/Clojure-Template/releases/latest). + ## Changes See file [CHANGELOG.md](CHANGELOG.md)