Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update package version upon release action #965

Merged
merged 2 commits into from
Nov 25, 2024

Conversation

lj3954
Copy link
Contributor

@lj3954 lj3954 commented Nov 22, 2024

Type of Change

  • Bug fix

Description

Determine the previous release by searching through the current Cargo.toml. Update necessary version fields (in Cargo.toml, as well as the linutil_core dependency in the tui's Cargo.toml), replacing the previous version with the current date. Ensure that the previous version matches the expected format to reduce the possibility of erroneous replacements.

Testing

Locally running the commands correctly modifies files with the current date.

Impact

Removes the need to manually modify the versions.

Checklist

  • My code adheres to the coding and style guidelines of the project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • My changes generate no errors/warnings/merge conflicts.

@jeevithakannan2
Copy link
Contributor

jeevithakannan2 commented Nov 23, 2024

This just changes the date and reflects in the binary but does not commit the changes. The changes need to be created as a PR.

@ChrisTitusTech ChrisTitusTech merged commit 15c40d1 into ChrisTitusTech:main Nov 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants