Skip to content

chore: sync develop with main after v0.14.0 - #486

Merged
Paulo Lacerda (placerda) merged 5 commits into
developfrom
main
Sep 6, 2026
Merged

chore: sync develop with main after v0.14.0#486
Paulo Lacerda (placerda) merged 5 commits into
developfrom
main

Conversation

@placerda

Copy link
Copy Markdown
Collaborator

Brings develop up to date with main. develop has been 5 commits behind since the v0.14.0 release, which was never followed by the sync step.

Why this matters now, from .github/skills/release-management:

Never leave develop behind main after a release. cut-release.yml branches from develop [...] so a stale develop republishes shipped entries and drops the previous version's section when the next release PR merges into main.

Concretely, cutting the next release from develop today would ship without these commits that are already on main:

  • 5463f6c chore(deps): bump nltk from 3.10.0 to 3.10.3 (chore(deps): bump nltk from 3.10.0 to 3.10.3 #482) — a security bump; GitHub currently reports 1 high vulnerability on the default branch
  • 84e4491 Fix automatic issue type classification
  • ab91e36 Configure Dependabot to target develop
  • 39851ca / bbf2120 Add automatic issue type classification

This is a prerequisite for the next release. It contains no feature work.

After merging, the release guardrail check should print nothing:

git fetch origin && git log --oneline origin/develop..origin/main

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: ba5a417a-c8e2-46d1-88a1-ee22fd9e9909
Add automatic issue type classification
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: df8443a0-e1a6-46ef-bc14-bc30a1e025ff
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: ba5a417a-c8e2-46d1-88a1-ee22fd9e9909
Bumps [nltk](https://github.com/nltk/nltk) from 3.10.0 to 3.10.3.
- [Release notes](https://github.com/nltk/nltk/releases)
- [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog)
- [Commits](nltk/nltk@v3.10.0...v3.10.3)

---
updated-dependencies:
- dependency-name: nltk
  dependency-version: 3.10.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@placerda
Paulo Lacerda (placerda) merged commit a4d28e9 into develop Sep 6, 2026
24 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.

1 participant