Skip to content

Commit

Permalink
[skip ci] update CHANGELOG, README
Browse files Browse the repository at this point in the history
  • Loading branch information
mpern committed May 30, 2023
1 parent 1cabf81 commit 2b85c91
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

TBD

## [3.9.1] 2023-05-30

### Added

- Commerce build: preliminary support of preview versions, e.g. `2211.FP1` ([#48])
Expand Down Expand Up @@ -381,7 +385,8 @@ Shout out to [@corneleberle] for providing the fix.

:tada: Initial release :tada:

[Unreleased]: https://github.com/SAP/commerce-gradle-plugin/compare/v3.9.0...HEAD
[Unreleased]: https://github.com/SAP/commerce-gradle-plugin/compare/v3.9.1...HEAD
[3.9.1]: https://github.com/SAP/commerce-gradle-plugin/compare/v3.9.0...v3.9.1
[3.9.0]: https://github.com/SAP/commerce-gradle-plugin/compare/v3.8.0...v3.9.0
[3.8.0]: https://github.com/SAP/commerce-gradle-plugin/compare/v3.7.1...v3.8.0
[3.7.1]: https://github.com/SAP/commerce-gradle-plugin/compare/v3.7.0...v3.7.1
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Bootstrap, configure and build your SAP Commerce (Hybris) project using Gradle 5
The plugins are published to https://plugins.gradle.org/.

|Published Plugin|Documentation|Description|
|---|---|---|
|[`sap.commerce.build`][build]|[Documentation][build-doc]|Automates the developer setup and allows you to interact with the platform build using Gradle|
|[`sap.commerce.build.ccv2`][ccv2]|[Documentation][ccv2-doc]|Use `manifest.json` to configure and build your "SAP Commerce Cloud in the Public Cloud" (aka CCv2) project locally|
|[`sap.commerce.ccv1.package`][package]|[Documentation][package-doc]|Creates CCv1 compliant deployment packages (Deployment Packaging Guidelines v.2.3.3)|
| Published Plugin | Documentation | Description |
| -------------------------------------- | ---------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| [`sap.commerce.build`][build] | [Documentation][build-doc] | Automates the developer setup and allows you to interact with the platform build using Gradle |
| [`sap.commerce.build.ccv2`][ccv2] | [Documentation][ccv2-doc] | Use `manifest.json` to configure and build your "SAP Commerce Cloud in the Public Cloud" (aka CCv2) project locally |
| [`sap.commerce.ccv1.package`][package] | [Documentation][package-doc] | Creates CCv1 compliant deployment packages (Deployment Packaging Guidelines v.2.3.3) |

This project uses [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html)

Expand Down

0 comments on commit 2b85c91

Please sign in to comment.