Skip to content

Commit 89faab0

Browse files
committed
release v1.0.0
1 parent 90b4daa commit 89faab0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.0.0] - 2022-04-14
810
### Added
911
- release workflows
1012
- changelog

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
*NOTE*: This repository was forked from https://github.com/coryschwartz/testground-github-action to continue its' active development (initially to include the following fix: https://github.com/coryschwartz/testground-github-action/pull/2).
2+
13
# testground-github-action
24

35
Submit jobs to [testground](https://testground.ai) and view the outcome in Github.
@@ -27,7 +29,7 @@ jobs:
2729
steps:
2830
- uses: actions/checkout@v2
2931
- name: ${{ matrix.composition_file }}
30-
id:
32+
id:
3133
uses: coryschwartz/[email protected]
3234
with:
3335
backend_addr: ${{ matrix.backend_addr }}

0 commit comments

Comments
 (0)