Skip to content

Makefile: finish gitea-* -> processgit-* rename in release targets#124

Merged
rg4444 merged 1 commit into
mainfrom
slice-1/makefile-rename
May 22, 2026
Merged

Makefile: finish gitea-* -> processgit-* rename in release targets#124
rg4444 merged 1 commit into
mainfrom
slice-1/makefile-rename

Conversation

@rg4444
Copy link
Copy Markdown
Contributor

@rg4444 rg4444 commented May 22, 2026

The original ProcessGit rebrand renamed DOCKER_IMAGE and EXECUTABLE but missed the artifact prefixes inside the release-* targets, which still produced gitea-$(VERSION)* binaries and gitea-src-$(VERSION).tar.gz.

This finishes the rename across:

  • release-windows
  • release-linux
  • release-darwin
  • release-freebsd
  • release-sources

So that make release produces processgit-* artifacts consistent with the rest of the build.

This is a prerequisite for the upcoming release pipeline workflow (separately added: .github/workflows/release.yml).

Summary

Describe the change and link related issues.

Validation

  • Does this change affect BPMN render/diff?
  • Does this change require regenerating images?
  • Any schema/validator updates?

Testing

List the commands/checks you ran locally.

The original ProcessGit rebrand renamed DOCKER_IMAGE and EXECUTABLE
but missed the artifact prefixes inside the release-* targets, which
still produced `gitea-$(VERSION)*` binaries and `gitea-src-$(VERSION).tar.gz`.

This finishes the rename across:
  - release-windows
  - release-linux
  - release-darwin
  - release-freebsd
  - release-sources

So that `make release` produces `processgit-*` artifacts consistent
with the rest of the build.

This is a prerequisite for the upcoming release pipeline workflow
(separately added: .github/workflows/release.yml).

Co-authored-by: Claude <noreply@anthropic.com>
@rg4444 rg4444 merged commit 9f905a0 into main May 22, 2026
4 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant