Michael Schechter

Results 9 issues of Michael Schechter

### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? The following documentation pages...

content
actions
waiting for review

Steps to reproduce: 1. Download latest 64-bit Linux version 2. Unzip it and `cd` into the new directory 3. Execute the software using the command `nw` The console will display...

The current version of `go-github` is `v63`. Would it be possible to have a dependency update for this? Thanks!

I've started using this plugin as an alternative to JGitVer's Gradle plugin, and really like some of the features you have. Are there any plans to merge bug fixes or...

The most recent `v1` release updated the required Node version to 24. This is not documented, and will break anyone using the rolling version changes. Could you please revert this...

Does this semantic release plugin also support the changes to `go.mod` needed when the major version of a module changes? For example, in this project's `go.mod`, you have the following:...

Gradle provides base classes for the task and extension aspects of code quality plugin implementation: * [AbstractCodeQualityTask](https://github.com/gradle/gradle/blob/master/platforms/jvm/code-quality/src/main/java/org/gradle/api/plugins/quality/AbstractCodeQualityTask.java) * [CodeQualityExtension](https://github.com/gradle/gradle/blob/master/platforms/jvm/code-quality/src/main/java/org/gradle/api/plugins/quality/CodeQualityExtension.java) Please convert the SpotBugs implementation to derive from those base classes...

Is Nx 21 supported? If I use Nx 21, this project brings in the older version of `@nx/devkit`, which in turn brings in older OS dependencies (for example, `@nx/nx-darwin-arm`). When...

**Description:** Given that the action now supports reading the Java version from the `.sdkmanrc` file, it would be advantageous to read a default distribution from that file as well. SDKMan...

feature request
needs triage