@@ -50,11 +50,6 @@ Build sources and javadoc
50
50
mvn clean test jacoco:report package
51
51
```
52
52
53
- Generate signed artifacts locally
54
- ``` shell
55
- mvn verify -P release-sign-artifacts -DperformRelease=true
56
- ```
57
-
58
53
### Publish to Maven Central
59
54
60
55
Deploy
@@ -68,6 +63,12 @@ When first publishing to staging repos, you most close and release from OSS Sona
68
63
- press the ` release ` button
69
64
70
65
#### Artifacts upload
66
+
67
+ - Generate signed artifacts locally
68
+ ``` shell
69
+ mvn verify -P release-sign-artifacts -DperformRelease=true
70
+ ```
71
+
71
72
- Upload change log
72
73
``` shell
73
74
gh release create v3.0.1 -F CHANGELOG.md
@@ -77,6 +78,7 @@ When first publishing to staging repos, you most close and release from OSS Sona
77
78
``` shell
78
79
gh release upload target/* .jar.asc --clobber
79
80
```
81
+
80
82
### Publish to Github Packages
81
83
82
84
_ Note: This step can only be run by maintainers._
@@ -141,6 +143,7 @@ https://docs.github.com/en/packages/using-github-packages-with-your-projects-eco
141
143
142
144
# ## OpenSSF Security Scorecard
143
145
- Get Analysis Result: https://api.securityscorecards.dev/# /results/getResult
146
+ - enter platform=github.com, org=cdimascio, repo=dotenv-java
144
147
- Step Security - Secure Your Repo Analysis + auto PR - https://app.stepsecurity.io/securerepo
145
148
- Step Security - For Repo - https://app.stepsecurity.io/github/cdimascio/actions/dashboard
146
-
149
+ - OpenSSF Badget Analysis https://www.bestpractices.dev/en/projects/9407
0 commit comments