Skip to content

Commit

Permalink
update README and CONTRIBUTING (#76)
Browse files Browse the repository at this point in the history
Co-authored-by: carmine <carmine@everco.ai>
  • Loading branch information
cdimascio and carmine authored Oct 5, 2024
1 parent ba7ec54 commit bd434e1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## (2024-09-01)

* 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)
* fix javadoc target (#72) ([8c0b9c5](https://github.com/cdimascio/dotenv-java/commit/8c0b9c5)), closes [#72](https://github.com/cdimascio/dotenv-java/issues/72)
* 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)
* update CHANGELOG.md ([0fdabfd](https://github.com/cdimascio/dotenv-java/commit/0fdabfd))
* Update codeql.yml (#70) ([1966f4f](https://github.com/cdimascio/dotenv-java/commit/1966f4f)), closes [#70](https://github.com/cdimascio/dotenv-java/issues/70)
* 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)
* 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)
* Update README.md (#69) ([7870e4f](https://github.com/cdimascio/dotenv-java/commit/7870e4f)), closes [#69](https://github.com/cdimascio/dotenv-java/issues/69)



## (2024-09-01)

* [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)
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ When first publishing to staging repos, you most close and release from OSS Sona

- Upload change log
```shell
gh release create v3.0.1 -F CHANGELOG.md
gh release create v3.0.2 -F CHANGELOG.md
```

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

### Publish to Github Packages
Expand Down

0 comments on commit bd434e1

Please sign in to comment.