Tyler Crawford

Results 9 comments of Tyler Crawford

@sksamuel Totally understandable! I think copying the changelog notes to the release section in github would be an excellent solution then! It sounds like it would just be one quick...

Based on what I see on macOS, `shfmt` is not immediately made accessible on the `PATH`. For mac, I would have to add `~/go/bin` to my `PATH` in order to...

That's interesting that `apt` didn't work for you. Did you specifically use `apt` or `apt-get`? One of the reasons I decided not to use `apt` or `apt-get` was that it...

@jeffypooo We _could_. I think it would end up being like rc-1.2.5. I envisioned this being suffixed like how [detekt - example v1.22.0-RC3](https://github.com/detekt/detekt/releases/tag/v1.22.0-RC3) does their RCs (though I know they're...

@jeffypooo prerelease tags are supported in v2 (which should hopefully be available in the coming days pending Gradle plugin portal approval)

After some reading, I believe this is related: https://docs.gradle.org/current/userguide/upgrading_version_8.html#xml_parsing_now_requires_recent_parsers I think there is a necessary change here that may be similar to what the [gradle-versions-plugin did](https://github.com/ben-manes/gradle-versions-plugin/commit/d56bbc9eb62d738ba2af2d54860e466c9e66f163) in order to mitigate...

@duedares-rvj I noticed that `1.7.2` was attempted to be released but it looks like the [release workflow](https://github.com/auth0/terraform-provider-auth0/actions/runs/11608001065) had an issue during release that kept it from publishing to the [terraform...

@duedares-rvj Perfect! Thank you so much!

I believe my comment is related here, but please let me know if this deserves a separate issue. Hopefully this input is helpful. Here's an example of the differences in...