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

Made github version increment script fully local #1301

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

qstokkink
Copy link
Collaborator

@qstokkink qstokkink commented Jun 19, 2024

Fixes #1298

This PR:

  • Updates github_increment_version.py to only use git commands.

Full disclosure: I hate this but it seems to be the only way to avoid juggling GitHub access tokens.

Example output:

Title: Automated Version Update
Tag version: 2.14
Release title: IPv8 v2.14.2152 release
Body:
Includes the first 2152 commits (+41 since v2.13) for IPv8, containing:

 - Added methods for task retrieval to `TaskManager`
 - Added ruff/mypy/unittest workflows
 - Added serialization of lists of ints and booleans
 - Added validation tests to GitHub Actions
 - Added workflow for generating code coverage reports
 - Cache libsodium.dll from the main branch
 - Fixed bootstrap with infinite max_peers
 - Fixed coverage job failures
 - Fixed indentation in coverage.yml
 - Fixed pending task error in test_unload_while_contacting_node
 - Fixed relaying to exits
 - Fixed run_all_tests for Mac
 - Updated README.md workflow badge
 - Updated default dll import path to be '.'
 - Updated the Mock DHT provider to inherit from its intended superclass

@qstokkink
Copy link
Collaborator Author

validate

@qstokkink qstokkink changed the title WIP: Made github version increment script fully local READY: Made github version increment script fully local Jun 19, 2024
@qstokkink qstokkink marked this pull request as ready for review June 19, 2024 08:53
@qstokkink qstokkink changed the title READY: Made github version increment script fully local Made github version increment script fully local Jun 19, 2024
@qstokkink qstokkink merged commit 4ee2529 into Tribler:master Jun 19, 2024
6 checks passed
@qstokkink qstokkink deleted the fix_release_script branch June 19, 2024 09:25
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.

Convert GitHub release script to be fully local
2 participants