Skip to content

Commit

Permalink
doc release process
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Feb 19, 2021
1 parent a7b8bbd commit db58d8f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,18 @@ jobs:
Error: error during connect: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.40/exec/9f2eb3f2ea59b7e41c32efe56a90c2919fe4b459b3f1e763dd02686f797839da/start": net/http: HTTP/1.x transport connection broken: unsupported transfer encoding: "identity"
```

### Release Process

For now, a release is done manually by clicking through the GitHub web ui.

However, releases are not really needed. If you want to use the latest version of this GH Action, just add the `@main`
suffix to your `uses` statement, like:
```yaml
uses: sonatype-nexus-community/nancy-github-action@main
```
This way you will use the latest and greatest version of this action, and will not be left behind if/when we forget to
do the manual release clicking.

## The Fine Print

It is worth noting that this is **NOT SUPPORTED** by Sonatype, and is a contribution of ours
Expand Down

0 comments on commit db58d8f

Please sign in to comment.