ggml/scripts
Daniel Bevenius f880357699
scripts : refactor release script into prepare and finalize stages (#1352)
This commit splits the release process into two distinct stages:

* prepare_release: This stage handles all updating the version and
  creating a new branch with the version change. This should then be
  use to open a PR for review. Once the PR has been merged the
  finalize_release stage can be run.

* finalize_release: This stage must be run on master and master must
  have the version bump commit (this is checked for). This stage
  handles tagging, and also creates a new branch for the update of the
  new development version. The tag should then be pushed to the remote
  which will trigger the release process on GitHub. The branch should be
  used to open a new PR for the development version update.
2025-09-25 12:38:50 +02:00
..
gen-authors.sh scripts : make the shell scripts cross-platform (llama/14341) 2025-07-01 11:52:14 +03:00
release.sh scripts : refactor release script into prepare and finalize stages (#1352) 2025-09-25 12:38:50 +02:00
sync-llama-am.sh scripts : update sync scripts 2025-08-18 19:29:46 +03:00
sync-llama.last sync : llama.cpp 2025-09-25 11:56:34 +03:00
sync-llama.sh scripts : update sync scripts 2025-08-18 19:29:46 +03:00
sync-whisper-am.sh scripts : update sync scripts 2025-08-18 20:34:22 +03:00
sync-whisper.last sync : whisper.cpp 2025-08-18 20:34:22 +03:00
sync-whisper.sh scripts : update sync scripts 2025-08-18 20:34:22 +03:00