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

feat: include list of NOT included commits in release PR #15

Merged
merged 2 commits into from
Jul 18, 2023

Conversation

galargh
Copy link
Contributor

@galargh galargh commented Jul 18, 2023

Resolves #6

With this change, the PR created by the prepare-branch command will include a list of up to 100 most recent commits from boxo/kubo that are not being released. The list will get updated for every RC, patch, final release.

Testing

Example release PR body (diff between current Kubo release branch state and Kubo master branch):

This PR creates release v_.


Kubo commits NOT included in this release

cfe52e0 chore: update version
344431d Merge pull request #9937 from ipfs/version-update-v0.21
18db593 fix: more stable prometheus test (#9944)
f039771 chore(docs): typo http→https
c93e267 feat: [email protected] (#9940)
ced4be8 chore: Update .github/workflows/stale.yml [skip ci]
b8da86e chore: label dependabot PRs
f5f6b66 fix(cmd): useful errors in dag import (#9945)
b685355 feat!: dag import - don't pin roots by default (#9926)
44c5ec0 chore: update dht and libp2p for identify stream block
2cbee81 docs: fix 0.21 changelog
82fd9ec cmds/dag/import: pin roots by default (#9966)
27398ce chore(deps): bump docker/build-push-action from 2 to 4 (#9954)
364686a chore(deps): bump docker/setup-buildx-action from 1 to 2 (#9952)
d4eb09f chore(deps): bump codecov/codecov-action from 3.1.0 to 3.1.4 (#9951)
9298e31 chore(deps): bump docker/setup-qemu-action from 1 to 2 (#9953)
6c47b81 chore: Update .github/dependabot.yml [skip ci]
8bba03d chore: bump boxo to 0.10.1 (#9970)
f3ca759 chore: bump go-libp2p-kad-dht for deadlock fix
5156f21 feat(ipns): records with V2-only signatures (#9932)
05bcae4 chore(deps): bump actions/checkout from 2 to 3 (#9975)
873c6e1 chore(deps): bump actions/github-script from 4 to 6 (#9977)
67cd516 chore(deps): bump docker/login-action from 1.10.0 to 2.2.0 (#9979)
1972a49 fix: docker repository initialization race condition
61f0aa0 ci: fix checking state of CI in ipfs-webui (#9969)
3da4e5b fix(gateway): include CORS on subdomain redirects (#9994)
4047650 feat: update conformance to v0.2
f2a6c4f fix: correctly handle migration of configs
92f651f chore: Update .github/workflows/stale.yml [skip ci]
dae4183 chore: bump to boxo master
394d72d refactor: replace boxo/ipld/car by ipld/go-car
da44c9f docs: Gateway.HTTPHeaders
0d5a933 docs: update refs to kuboreleaser in RELEASE_ISSUE_TEMPLATE.md
c00cee5 docs: update RELEASE_ISSUE_TEMPLATE.md with a warning about npm publish
f797e9e docs: skip check before prepare branch in RELEASE_ISSUE_TEMPLATE.md
0c890de Merge branch 'master' into merge-release-v0.21.0
895963b Merge pull request #10008 from ipfs/merge-release-v0.21.0
82e0a44 feat: [email protected]
c293d62 ci: add changelog update checker workflow [skip changelog] (#10002)
4a5e99d docs: add Brave to RELEASE_ISSUE_TEMPLATE.md (#10012)

Boxo commits NOT included in this release

1ec05d7 docs: prepare changelog for next release [ci skip]
417c5f7 feat(ipns): refactored IPNS package with lean records (#339)
290613a fix(ipns): racy parallel tests writing to the same error variable (#371)
0962474 chore: Add fuzz testing to reproduce a panic
bd1314e fix: switch to crypto/rand from math/rand for some parts of the fuzz testing
cb69599 Merge pull request #394 from ipfs/test/fuzz-mfs
72238ea fix(gateway): ensure 'X-Ipfs-Root' header is valid (#337)
a87f9ed fix(gateway): include CORS on subdomain redirects (#395)
9b8dea9 refactor: golang-lru → golang-lru/v2
8424cf4 feat: update conformance to v0.2
a91e44d chore: Update .github/workflows/stale.yml [skip ci]
fdad9f9 refactor: replace boxo/ipld/car by ipld/go-car (#400)
61f2939 Merge pull request #401 from ipfs/release-v0.10.2
73193c4 Merge branch 'release' into merge-release-v0.10.2
cfcbdbc Merge pull request #403 from ipfs/merge-release-v0.10.2
85b7e0a docs(readme): new logo and header (#405)
0c3bdb0 docs(blockstore): clarify AllKeysChan (#363)
cfad09d ci: add changelog update checker workflow (#398)

@galargh galargh merged commit 02caa3a into main Jul 18, 2023
16 checks 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.

Add step to log the list of Boxo/Kubo commits in master/main that aren't making it into a release
1 participant