Skip to content

chore: bump version to 1.0.2 and add script to update them automatically. #128

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

Merged
merged 17 commits into from
Jan 30, 2024

Conversation

matifali
Copy link
Member

@matifali matifali commented Jan 23, 2024

This pull request includes a version bump to 1.0.2 and adds a script to update the version numbers in the README.md files automatically. Just run

bun update-version

This also adds linting to make sure all tf blocks have a version string.

@matifali matifali self-assigned this Jan 23, 2024
@matifali matifali requested a review from kylecarbs January 23, 2024 11:20
@matifali matifali requested review from bpmct, stirby and mafredri January 23, 2024 15:41
@matifali matifali changed the title chore: bump version to 1.0.1 and add script to update them automatically. chore: bump version to 1.0.2 and add script to update them automatically. Jan 26, 2024
} else {
print
}
}' "$file" > tmpfile && mv tmpfile "$file"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps it would be ideal to use mktemp here to create a temp file in /tmp vs in the repo dir. If something goes wrong we will leave a dirty file in the repo.

matifali and others added 5 commits January 30, 2024 16:09
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
@matifali matifali merged commit acab643 into main Jan 30, 2024
@matifali matifali deleted the update-README branch January 30, 2024 14:51
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.

2 participants