leona / helix-gpt

Code assistant language server for Helix with support for Copilot/OpenAI/Codeium/Ollama
MIT License
285 stars 19 forks source link

Add scripts/update-version.sh for automated version updates #47

Open SilverCoder opened 3 months ago

SilverCoder commented 3 months ago

Summary of Changes

This pull request introduces an automated version update mechanism to enhance version management in the project. The key changes include:

Details of Changes

scripts/update-version.sh

A new executable script, scripts/update-version.sh, has been added to facilitate automated version updates. This script accepts the following arguments:

GitHub Workflow Changes

The .github/workflows/release.yml workflow has been updated to leverage the new version update script. Notable changes include: