Conversation
Refactor the release workflow to read the Vintage Story version from a YAML file, improving version management. Add new badges to the README for GitHub Actions status, latest release, contributors, Docker stars, and pulls, enhancing project visibility. Rename the version file for clarity and update related functions to accommodate the new format. # Change Details * `README.md` * Add badges for GitHub Actions, latest release, contributors, Docker stars, and pulls to improve project visibility. * `release-workflow.yaml` * Modify the workflow to read the Vintage Story version from a YAML file instead of a text file, enhancing version management. * Update function signatures and calls to accommodate the new version handling. * `semver.py` * Refactor version handling functions to accept the Vintage Story version from the YAML file. * `vintage-story-version.txt` * Rename to `vintage-story-version.yaml` and update format to YAML for better structure and readability.
Introduce dynamic badges for stable and unstable Vintage Story versions in the README to provide real-time version information. Update the `vintage-story-version.yaml` file to include separate fields for stable and unstable versions, enhancing clarity and version tracking. # Change Details * `README.md` * Add dynamic YAML badges for Vintage Story stable and unstable versions * `vintage-story-version.yaml` * Update to include `vs_stable_version` and `vs_unstable_version` fields
Add a new command-line interface (CLI) script for sending commands to a Docker container's console, enabling users to interact with running containers directly. The script captures output based on specified parameters, enhancing usability for container management. Additionally, update the zip filename format in `semver.py` for consistency. # Change Details * `semver.py` * Update zip filename format to use hyphens instead of equals sign for better readability. * `vs-cli` * Add new script for sending commands to a Docker container's console, including options for capturing output and verbosity. * Implement error handling for various command execution scenarios, including permission issues and command not found errors. * Provide command-line argument parsing for user input and command execution.
Update the stable version of Vintage Story in the configuration file to reflect the latest release, ensuring compatibility with the current deployment and development processes. # Change Details * `vintage-story-version.yaml` * Update `vs_stable_version` from 1.21.5 to 1.21.6 to align with the latest release.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Change Details
README.mdrelease-workflow.yamlsemver.pyvintage-story-version.txtvintage-story-version.yamland update format to YAML for better structure and readability.README.mdvintage-story-version.yamlvs_stable_versionandvs_unstable_versionfieldssemver.pyvs-clivintage-story-version.yamlvs_stable_versionfrom 1.21.5 to 1.21.6 to align with the latest release.