# Nushell core team meeting 2025-07-23 ## Attendees - Jack - Michael - Rose - Antoine - Bahex - Darren - Douglas ## Agenda - [ ] Bare word interpolation regression - how to handle this with the release? - [x] - [x] ## Discussed Topics ### bare word regression ~~- don't publish 0.106.0~~ ~~- revert the problematic PR~~ ~~- version bump to 0.106.1~~ ~~- release 0.106.1 as normal (and note in release notes)~~ 0.106.0 is already published, just do a normal patch release ### Beginning of some documentation for labeling PRs 1. Label all PRs that you want mentioned in the release notes with `pr:release-note-mention` 2. Label all PRs with one other category so that PRs can be grouped into sections. These labels are not created yet but should probably be `pr:release-note-"some_category"`. 3. Update script to get all PRs for release notes similarly to the way it runs now but to "feature" the ones we wanted to mention by getting the body of the PR (or the summary if we change the PR template) and including that when the script scrapes github for notes. Right now there are 10 labels that being with `pr:` we should _maybe_ use those and repurpose them for this task since they were originally created for release notes. The only problem is that if we rename them, then all old PRs with that label may not apply anymore.