Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrnorm committed Nov 9, 2022
1 parent ac65709 commit 6e62572
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,19 @@ jobs:
## Breaking changes
`v2` of this action removes the `target_url` input and replaces it with the `environment_url` and `log_url` inputs to match GitHub's API. `v2` also standardises on using `kebab-case` rather than `snake_case` for inputs to match GitHub's built-in actions.

## Releasing

1. Merge the main branch into `releases/v2`

2. Tag the release

```bash
git tag v2.0.6
git tag v2 -f # force update the existing v2 major release tag
```

3. Push the tags
```
git push -f --tags
```

0 comments on commit 6e62572

Please sign in to comment.