chore(deps): update https://vc.maxkaya.com/maxpeterkaya/changelog action to v1.9.0 #67

Closed
renovate-bot wants to merge 1 commit from renovate/https-vc.maxkaya.com-maxpeterkaya-changelog-1.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
https://vc.maxkaya.com/maxpeterkaya/changelog action minor 1.8.0 → 1.9.0

Release Notes

maxpeterkaya/changelog (https://vc.maxkaya.com/maxpeterkaya/changelog)

v1.9.0

Compare Source

Changelog
New Features
Refactors
Documentation
Tests

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [https://vc.maxkaya.com/maxpeterkaya/changelog](https://vc.maxkaya.com/maxpeterkaya/changelog) | action | minor | `1.8.0` → `1.9.0` | --- ### Release Notes <details> <summary>maxpeterkaya/changelog (https://vc.maxkaya.com/maxpeterkaya/changelog)</summary> ### [`v1.9.0`](https://vc.maxkaya.com/maxpeterkaya/changelog/releases/tag/1.9.0) [Compare Source](https://vc.maxkaya.com/maxpeterkaya/changelog/compare/1.8.0...1.9.0) ##### Changelog ##### New Features - [08f91](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/08f91c8b314180e16a20278e179a43b33b667379): Added style input to the changelog output. ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) - [c7542](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/c7542e54b5ffd02eba68579a1b0eb891d33d5a9e): Fixed diff budget to ensure relevant context in large commits. ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) - [b7e2a](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/b7e2a96e38d73810f5c22b70ef0d6f9265157db7): Fixed prose prompt builders and response helpers to improve changelog output for ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) - [7c75f](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/7c75fc93b46cef5aea6bf3316002b860eb50e39f): Added changelog style option to allow users to choose between conventional, deta ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) - [45d39](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/45d392c0a3d9a79a24007fdf7e7fccea38307cb5): Added OpenAI provider inputs to the action configuration. ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) - [f0f5f](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/f0f5ff2673e670d0f502cc68611160ec3fd7a62f): Enabled AI integration for assisted changelog generation. ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) - [21aef](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/21aef479493e58a194f5b23fb53d20df3106106a): Fixed OpenAI API to generate assisted changelog commit prompts. ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) - [dc766](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/dc766395a7ede19d113d86a665392852aaa1b745): Added OpenAI configuration to the Config struct. ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) ##### Refactors - [957c8](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/957c82e5df470d206ccf50c1fcdb22661a9af6fb): Fixed OpenAI response truncation issue when necessary. ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) - [3e160](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/3e1607144ae03a92cf1a9d675a7a4a2959841439): Fixed LLM generation to handle truncated responses and increased context size. ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) - [cef98](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/cef9865a1621f9720aefcab64a974dd42f05642a): Fixed prompt generation to ensure output is within 80 characters. ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) - [4e79e](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/4e79ed5b1017124a80af63f970874f10d8a98825): The LLM prompt and response cleanup feature now truncates long responses to 80 c ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) ##### Documentation - [1c2c9](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/1c2c9400e27293458eff41d7f5f14fa0eb7d5c2d): Added changelog style input option to allow for detailed and summary styles. ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) - [f75bb](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/f75bb11b0d3e04bf010cec565eac85441ab421bd): Added OpenAI API configuration options to generate a structured changelog. ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) ##### Tests - [b0291](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/b0291b2ffe8ce6cb861e069640ef2c72805b88dd): Fixed detailed and summary rendering to provide a single summary of the release. ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) - [93068](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/93068b534cce503b4a7c9527f6a04499c8213393): Fixed OpenAIAssistedChangelog to generate responses with finish reasons. ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) - [142e9](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/142e9aafe2af12816813e680e6f10b72324cb207): Fixed context size calculations for prompts and prose to accurately reflect the ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) - [619ce](https://vc.maxkaya.com/maxpeterkaya/changelog/commit/619cef9f982f77eb3bf00fdd8378baf90636bf72): Added support for OpenAI API-compatible providers. ([@&#8203;maxpeterkaya](https://github.com/maxpeterkaya)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC44My4yIiwidXBkYXRlZEluVmVyIjoiNDQuODMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
maxpeterkaya closed this pull request 2026-09-16 11:18:51 -04:00
Author
Collaborator

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (1.9.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update (`1.9.0`). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the `ignoreDeps` array of your Renovate config. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Pull request closed

Sign in to join this conversation.
No description provided.