Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: include release notes and assembled date in json output after creating a release #410

Merged
merged 2 commits into from
Sep 19, 2024

Conversation

hnrkndrssn
Copy link
Contributor

Before

❯ octopus release create --space Default --project "Test function" --version 0.0.36 --output-format json --package "henrik-test-function:0.0.1" --release-notes "test release notes" --no-prompt
{"ReleaseNotes":"","Assembled":"0001-01-01T00:00:00Z","Channel":"Default","Version":"0.0.36"}

After

❯ ./octopus release create --space Default --project "Test function" --version 0.0.37 --output-format json --package "henrik-test-function:0.0.1" --release-notes "test release notes" --no-prompt
{"ReleaseNotes":"test release notes","Assembled":"2024-09-18T14:49:56.675+10:00","Channel":"Default","Version":"0.0.37"}

[sc-93329]

@hnrkndrssn hnrkndrssn self-assigned this Sep 18, 2024
Copy link
Contributor

@HuyPhanNguyen HuyPhanNguyen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hnrkndrssn hnrkndrssn merged commit 42f2db6 into main Sep 19, 2024
4 checks passed
@hnrkndrssn hnrkndrssn deleted the henrik/releasejsonoutput branch September 19, 2024 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants