Skip to content

Commit dfd7b16

Browse files
chore(release): 2026.5.0-next.1 [skip ci]
## [2026.5.0-next.1](v2026.4.8-next.6...v2026.5.0-next.1) (2026-04-23) ### Features * **labels:** add project label listing support ([99b8288](99b8288)), closes [#115](#115) ### Bug Fixes * **ci:** avoid bash regex parser error in promotion metadata ([b42b0c2](b42b0c2)) * **release:** classify promotion PR content by releasability ([a54ad22](a54ad22)) * **release:** gate version bumps to deliverable-impact commits ([3744496](3744496)) * **release:** rely on defaults for releasable commit types ([4d3c0ad](4d3c0ad))
1 parent 377a04f commit dfd7b16

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [2026.5.0-next.1](https://github.com/linearis-oss/linearis/compare/v2026.4.8-next.6...v2026.5.0-next.1) (2026-04-23)
2+
3+
### Features
4+
5+
* **labels:** add project label listing support ([99b8288](https://github.com/linearis-oss/linearis/commit/99b82882d96ec100a11165752d2e2ba403642eb6)), closes [#115](https://github.com/linearis-oss/linearis/issues/115)
6+
7+
### Bug Fixes
8+
9+
* **ci:** avoid bash regex parser error in promotion metadata ([b42b0c2](https://github.com/linearis-oss/linearis/commit/b42b0c276871055f6ad1ff43cc8b8fa1373b0341))
10+
* **release:** classify promotion PR content by releasability ([a54ad22](https://github.com/linearis-oss/linearis/commit/a54ad225f361d504ba265f882bbea01a68dd2c8a))
11+
* **release:** gate version bumps to deliverable-impact commits ([3744496](https://github.com/linearis-oss/linearis/commit/3744496dd88963333db00896019e9763660bf2bd))
12+
* **release:** rely on defaults for releasable commit types ([4d3c0ad](https://github.com/linearis-oss/linearis/commit/4d3c0ad417ea0d98aa086ff3a821de170c348500))
13+
114
## [2026.4.8-next.6](https://github.com/linearis-oss/linearis/compare/v2026.4.8-next.5...v2026.4.8-next.6) (2026-04-23)
215

316
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linearis",
3-
"version": "2026.4.8-next.6",
3+
"version": "2026.5.0-next.1",
44
"description": "CLI tool for Linear.app with JSON output, smart ID resolution, and optimized GraphQL queries. Designed for LLM agents and humans who prefer structured data.",
55
"main": "dist/main.js",
66
"type": "module",

0 commit comments

Comments
 (0)