Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
aryabokon committed Dec 7, 2023
1 parent c53d2f6 commit 48b8eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,12 @@ How does it work:
Document publishing is a part of component build chain, module docs

## Build
The required parameters to build:\
*supportedGroupIds* - A list of parameters to filter dependencies by group
```shell
./gradlew build -PsupportedGroupIds=org.octopusden
```

## Test
The required parameters to test:\
*packageName* - The temporary parameter to be able to use package name which is set up externally
```shell
./gradlew test -PpackageName=org.octopusden
./gradlew test -PpackageName=octopusden
```

## Parameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ The _'org.octopusden.octopus-release-management'_ Gradle plugin includes all req

No additional plugin applying is needed.

To register dependencies in RM 2.0 which should be included in component's release notes the section releaseDependencies of the releaseManagement extension has to be configured:
Dependency registration performs automatically when property '-PincludeAllDependencies' is set. Release management gradle plugin adds all dependencies which are included to distribution and filtered by groups used in the Company. To add extra dependencies the section releaseDependencies of the releaseManagement extension has to be configured:

.E.g.
[source,groovy]
Expand Down

0 comments on commit 48b8eb6

Please sign in to comment.