Skip to content

Commit f4187c4

Browse files
authored
Merge pull request #4 from blue-monk/release/1.0.0-additional
Release/1.0.0 additional
2 parents 87c701f + 391e2a8 commit f4187c4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: release
44
on:
55
release:
66
types: [released]
7+
workflow_dispatch:
78

89
jobs:
910
build:

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
# csv-diff-python3
33

4+
[![release](https://img.shields.io/github/v/release/blue-monk/csv-diff-python3)](https://github.com/blue-monk/csv-diff-python3/releases/tag/1.0.0)
45
[![Python Version](https://img.shields.io/badge/Python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9-blue)](README.md/#herb-requirements)
56
[![testing](https://github.com/blue-monk/csv-diff-python3/actions/workflows/testing.yml/badge.svg)](https://github.com/blue-monk/csv-diff-python3/actions/workflows/testing.yml)
67
[![coverage](https://github.com/blue-monk/csv-diff-python3/blob/gh-pages/coverage.svg)](https://blue-monk.github.io/csv-diff-python3/)

0 commit comments

Comments
 (0)