Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed Nov 10, 2022
1 parent 4a9e901 commit ef79ccc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes

## build-info-extractor 2.37.3 / gradle-artifactory-plugin 4.29.3 (November 10, 2022)
- Bug fix - Remove custom exception for unknown violation types ([675](https://github.com/jfrog/build-info/pull/675))
- Bug fix - Sha256 hashes being set to literal "SHA-256" in build-info json ([669](https://github.com/jfrog/build-info/pull/669))

## build-info-extractor 2.37.2 / gradle-artifactory-plugin 4.29.2 (October 18, 2022)
- Bug fix - Pom doesn't get deployed using Maven Install plugin 3+ ([670](https://github.com/jfrog/build-info/pull/670))

## build-info-extractor 2.37.1 / gradle-artifactory-plugin 4.29.1 (September 28, 2022)
- Bug fix - Support Docker module ID with slash ([666](https://github.com/jfrog/build-info/pull/666))

Expand Down
2 changes: 1 addition & 1 deletion release/pipelines.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pipelines:
- jf gradlec --use-wrapper --uses-plugin --repo-resolve ecosys-maven-remote --repo-deploy ecosys-oss-release-local

# Run audit
# - jf audit --fail=false #TODO uncomment
- jf audit --fail=false

# Update version
- sed -i -e "/build-info-version=/ s/=.*/=$NEXT_VERSION/" -e "/build-info-extractor-gradle-version=/ s/=.*/=$NEXT_GRADLE_VERSION/" gradle.properties
Expand Down
2 changes: 1 addition & 1 deletion release/pipelines.snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pipelines:
- jf gradlec --use-wrapper --uses-plugin --repo-resolve ecosys-maven-remote --repo-deploy ecosys-oss-snapshot-local

# Run audit
# - jf audit --fail=false #TODO uncomment
- jf audit --fail=false

# Delete former snapshots to make sure the release bundle will not contain the same artifacts
- jf rt del "ecosys-oss-snapshot-local/org/jfrog/buildinfo/*" --quiet
Expand Down

0 comments on commit ef79ccc

Please sign in to comment.