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

Release 0.6.0 #25

Merged
merged 6 commits into from
Oct 3, 2024
Merged

Release 0.6.0 #25

merged 6 commits into from
Oct 3, 2024

Conversation

leograba
Copy link
Owner

@leograba leograba commented Oct 3, 2024

  • ci: rename workflows and jobs
  • data: reduce retention from 180 to 30 days
  • vscode: make update task more reliable
  • vscode: automatically create commit for new version
  • vscode: update release task name
  • Release 0.6.0

Make it easier to understand which job ran, and to use act for testing
locally.

Signed-off-by: Leonardo Graboski Veiga <[email protected]>
It was found out in practice that InfluxDB is quite memory-hungry,
therefore reducing the data retention keeps it at bay.

There may be a better way to reduce memory usage, but for the moment
this satisfies the application requirement.

Signed-off-by: Leonardo Graboski Veiga <[email protected]>
The update task has has some false negative updates in the past. Make it
a bit harder for that to happen by improving the regex that matches the
places that should be updated.

Furthermore, print the diff for the user instead of just asking, so that
a better UX is provided.

Signed-off-by: Leonardo Graboski Veiga <[email protected]>
Make the process more automatic by creating a new commit when the user
want to update the project version number.

Signed-off-by: Leonardo Graboski Veiga <[email protected]>
The previous name was only denoting the version bump, but not the entire
release process, and therefore it required an updated name.

Signed-off-by: Leonardo Graboski Veiga <[email protected]>
* vscode: update release task name
* vscode: automatically create commit for new version
* vscode: make update task more reliable
* data: reduce retention from 180 to 30 days
* ci: rename workflows and jobs

Signed-off-by: Leonardo Graboski Veiga <[email protected]>
@leograba leograba merged commit 2e0f035 into main Oct 3, 2024
20 of 21 checks passed
@leograba leograba linked an issue Oct 3, 2024 that may be closed by this pull request
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.

Implement CI for releases
1 participant