feat: [REL-8033] Prepare release of version 2.14.0 #563
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Our release.yml GHA has managed to successfully release the Homebrew Formula and our three CI coderefs tools (Github Action, CircleCI Orb and BitBucket Pipe), but it's consistently having issues with the Github release. Those newly-released CI tools point to the
v2.14.0
tag of this repo, which doesn't exist yet. So there is some urgency to get the Github release out as quickly as we can. Since we can't seem to get around the branch protection issues we've run into, we've decided to release version 2.14.0 manually, and then rework the GHA to make use of Release Please, which doesn't require pushes to the main branch. This PR will prepare the necessary updates for the release, and I'll create the binaries locally and create the tag and the release manually once this is merged.Related Jira issue: REL-8033: Release a new version of
ld-find-code-refs
andfind-code-references
GHA