Skip to content

Commit bd434e1

Browse files
cdimasciocarmine
and
carmine
authoredOct 5, 2024
update README and CONTRIBUTING (#76)
Co-authored-by: carmine <carmine@everco.ai>
1 parent ba7ec54 commit bd434e1

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed
 

‎CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## (2024-09-01)
2+
3+
* Delete .github/workflows/codeql.yml (#71) ([c52803f](https://github.com/cdimascio/dotenv-java/commit/c52803f)), closes [#71](https://github.com/cdimascio/dotenv-java/issues/71) [#70](https://github.com/cdimascio/dotenv-java/issues/70) [#69](https://github.com/cdimascio/dotenv-java/issues/69)
4+
* fix javadoc target (#72) ([8c0b9c5](https://github.com/cdimascio/dotenv-java/commit/8c0b9c5)), closes [#72](https://github.com/cdimascio/dotenv-java/issues/72)
5+
* fixes #63 string oob with ignore malformed (#74) ([4e23eda](https://github.com/cdimascio/dotenv-java/commit/4e23eda)), closes [#63](https://github.com/cdimascio/dotenv-java/issues/63) [#74](https://github.com/cdimascio/dotenv-java/issues/74)
6+
* update CHANGELOG.md ([0fdabfd](https://github.com/cdimascio/dotenv-java/commit/0fdabfd))
7+
* Update codeql.yml (#70) ([1966f4f](https://github.com/cdimascio/dotenv-java/commit/1966f4f)), closes [#70](https://github.com/cdimascio/dotenv-java/issues/70)
8+
* update CONTRIBUTING.md to include signed artifact github upload (#73) ([d216732](https://github.com/cdimascio/dotenv-java/commit/d216732)), closes [#73](https://github.com/cdimascio/dotenv-java/issues/73)
9+
* update integrates OpenSSF badging details into README and CONTRIBUTING (#75) ([ba7ec54](https://github.com/cdimascio/dotenv-java/commit/ba7ec54)), closes [#75](https://github.com/cdimascio/dotenv-java/issues/75) [#63](https://github.com/cdimascio/dotenv-java/issues/63)
10+
* Update README.md (#69) ([7870e4f](https://github.com/cdimascio/dotenv-java/commit/7870e4f)), closes [#69](https://github.com/cdimascio/dotenv-java/issues/69)
11+
12+
13+
114
## (2024-09-01)
215

316
* [StepSecurity] Apply security best practices (#66) ([f50dd1b](https://github.com/cdimascio/dotenv-java/commit/f50dd1b)), closes [#66](https://github.com/cdimascio/dotenv-java/issues/66)

‎CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ When first publishing to staging repos, you most close and release from OSS Sona
7171

7272
- Upload change log
7373
```shell
74-
gh release create v3.0.1 -F CHANGELOG.md
74+
gh release create v3.0.2 -F CHANGELOG.md
7575
```
7676

7777
- Attach 'signed' artifacts (needed for OpenSSF Security Score)
7878
```shell
79-
gh release upload target/*.jar.asc --clobber
79+
gh release upload v3.0.2 target/*.jar.asc --clobber
8080
```
8181

8282
### Publish to Github Packages

0 commit comments

Comments
 (0)