Skip to content

Commit db58d8f

Browse files
committed
doc release process
1 parent a7b8bbd commit db58d8f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,18 @@ jobs:
113113
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"
114114
```
115115

116+
### Release Process
117+
118+
For now, a release is done manually by clicking through the GitHub web ui.
119+
120+
However, releases are not really needed. If you want to use the latest version of this GH Action, just add the `@main`
121+
suffix to your `uses` statement, like:
122+
```yaml
123+
uses: sonatype-nexus-community/nancy-github-action@main
124+
```
125+
This way you will use the latest and greatest version of this action, and will not be left behind if/when we forget to
126+
do the manual release clicking.
127+
116128
## The Fine Print
117129

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

0 commit comments

Comments
 (0)