tagpr icon indicating copy to clipboard operation
tagpr copied to clipboard

automatically creates and updates a pull request for unreleased items, tag them when they are merged, and create releases.

Results 25 tagpr issues
Sort by recently updated
recently updated
newest added

It is challenging to update existing YAML while maintaining some comments and indentation.

When using a template, if there are checkboxes, do not overwrite already checked ones with blank. The `git-pr-release` has this feature.

## Summary Adds support for **Verified commits** when tagpr opens a pull request. ## Related Issue Closes #196 ## Motivation Users asked that commits generated by tagpr show GitHub’s green...

1. Change the PR label name ```ini [tagpr] labelName = original-label ``` A label named `original-label`, will be added to PRs created by tagpr. When major or minor changes are...

As you may know, creating commits in GitHub Actions can involve a risk of supply chain attacks. Ref: [\[Security Advisory\] Supply Chain Attack on reviewdog GitHub Actions during a specific...

Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.32.0 to 0.33.0. Commits f28b0b5 all: fix some comments fd15e0f x/oauth2: populate RetrieveError from DeviceAuth See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/oauth2&package-manager=go_modules&previous-version=0.32.0&new-version=0.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve...

minor
dependencies
go

Moved version file detection and parsing logic into a new getVfiles method for improved readability and maintainability. The main flow now calls getVfiles instead of handling version file logic inline.

This pull request is for the next release as v1.9.1 created by [tagpr](https://github.com/Songmu/tagpr). Merging it will tag v1.9.1 to the merge commit and create a GitHub release. You can modify...

tagpr

Introduced fetchPRIssues to retrieve PR issues concurrently using errgroup and sync.Mutex, improving performance. Updated Run to use the new parallelized method instead of sequential fetching.

Extracted command execution into Exec method for improved readability and maintainability. Updated main logic to use these new helper methods instead of inline code.