Skip to content

Commit

Permalink
Merge pull request #47 from theohbrothers/docs/readme-standardize-gen…
Browse files Browse the repository at this point in the history
…erate-and-release-default-values-in-ci-entrypoint-scripts-example

Docs (readme): Standardize generate and release default values in CI entrypoint scripts example
  • Loading branch information
joeltimothyoh authored May 16, 2024
2 parents bfcba1d + 468259f commit 1b286b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ $env:RELEASE_TAG_REF='vx.x.x'
#$env:RELEASE_NOTES_PATH = "$(git rev-parse --show-toplevel)/.release-notes.md" # optional
# Generate (Generates release notes)
#$env:RELEASE_NOTES_VARIANT='Changes-HashSubject-NoMerges' # optional
#$env:RELEASE_NOTES_VARIANT='VersionDate-HashSubject-NoMerges' # optional
$private:generateArgs = @{
#ProjectDirectory = "$(git rev-parse --show-toplevel)" # optional
ReleaseTagRef = $env:RELEASE_TAG_REF
Expand All @@ -167,7 +167,7 @@ $env:RELEASE_REPOSITORY = 'my-project' # required
#$env:RELEASE_NOTES_CONTENT = Get-Content $env:RELEASE_NOTES_PATH -Raw # optional
#$env:RELEASE_DRAFT = 'false' # optional
#$env:RELEASE_PRERELEASE = 'false' # optional
#$env:RELEASE_ASSETS = @('path/to/asset1.tar.gz', 'path/to/asset2.gz', 'path/to/asset3.zip', 'path/to/asset*.gz', 'path/to/asset*.zip') # optional
#$env:RELEASE_ASSETS = @('path/to/asset1.tar.gz', 'path/to/asset2.gz', 'path/to/asset3.zip', 'path/to/assets/*.gz', 'path/to/assets/*.zip') # optional
$private:releaseArgs = @{
Namespace = $env:RELEASE_NAMESPACE
Repository = $env:RELEASE_REPOSITORY
Expand Down

0 comments on commit 1b286b1

Please sign in to comment.