Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Update Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Release-Candidate committed Feb 12, 2023
1 parent 977047c commit 1388875
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v3

- name: Get Tag
uses: olegtarasov/[email protected]
uses: olegtarasov/[email protected].2
id: tagName
with:
tagRegex: "v(.*)"
Expand Down Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CLOJURE-TEMPLATE Changelog

## Version 0.0.2 (2023-02-12)

* use olegtarasov/[email protected] and actions/checkout@v3

## Version 0.0.1 (2023-02-11)

Initial release
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 1388875

Please sign in to comment.