Skip to content

Commit

Permalink
preparing v1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuchard committed Jun 1, 2024
1 parent f15bb98 commit f75337d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 1.0.1 (Next)
### 1.0.1
- Add more Metadata to out/put step.
- Enable state parameter in check and out steps.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concourse-github-issue"
version = "1.0.0"
version = "1.0.1"
edition = "2021"

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This repository and project is based on the work performed for [MITODL](https://

The following parameters are for filtering from a list of issues to one issue (i.e. "search") during the `check` step, and therefore their values are ignored when an input value is specified for the `number` parameter.

- `state`: _optional_ (value currently ignored) The current state of the searched issue. This can be either `Open`, `Closed`, or `All`.
- `state`: _optional_ The current state of the searched issue. This can be either `Open`, `Closed`, or `All`.

- `milestone`: _optional_ The numeric ID of the milestone associated with the searched issue.

Expand Down Expand Up @@ -73,7 +73,7 @@ The metadata output from this step contains the number, labels, assignees, and m

- `milestone`: _optional_ The milestone numeric ID to associate with the written Github issue.

- `state`: _optional_ (value currently ignored) The desired state of the updated issue (future feature). This can be either `Open` or `Closed`.
- `state`: _optional_ The desired state of the updated issue (future feature). This can be either `Open` or `Closed`.

## Example

Expand Down

0 comments on commit f75337d

Please sign in to comment.