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: rockspec info JSON was generated incorrectly #88

Merged
merged 2 commits into from
Feb 7, 2024

Conversation

cwaldren-ld
Copy link
Contributor

@cwaldren-ld cwaldren-ld commented Feb 7, 2024

In the rockspec-info workflow, we create a JSON object that contains rockspec versions/filenames that other steps can use.

The JSON string wasn't outputted correctly, preventing fromJSON(info) from returning an object with accessible properties.

This commit both fixes it and makes it easier to read by utilizing jq to create the JSON string.

I've tested the manual-publish and release-please workflows on this PR (although can't test the full release flow until this is merged.)

@cwaldren-ld cwaldren-ld marked this pull request as ready for review February 7, 2024 19:41
@cwaldren-ld cwaldren-ld requested a review from a team February 7, 2024 19:41
@cwaldren-ld cwaldren-ld merged commit 8488c38 into main Feb 7, 2024
24 checks passed
@cwaldren-ld cwaldren-ld deleted the cw/fix-rockspec-info-json branch February 7, 2024 19:45
cwaldren-ld added a commit that referenced this pull request Feb 7, 2024
🤖 I have created a release *beep* *boop*
---


##
[2.0.6](v2.0.5...v2.0.6)
(2024-02-07)


### Bug Fixes

* rockspec info JSON was generated incorrectly
([#88](#88))
([8488c38](8488c38))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: LaunchDarklyReleaseBot <[email protected]>
Co-authored-by: Casey Waldren <[email protected]>
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