Skip to content

release-drafter update - #24

Open
ridsync wants to merge 537 commits into
classtinginc:masterfrom
release-drafter:master
Open

release-drafter update#24
ridsync wants to merge 537 commits into
classtinginc:masterfrom
release-drafter:master

Conversation

@ridsync

@ridsync ridsync commented Jan 26, 2023

Copy link
Copy Markdown

release-drafter update

Summary by CodeRabbit

  • New Features

    • VS Code 개발 컨테이너(Node.js) 및 관련 설정 추가, 액션 입력/출력 확장(프리릴리스 식별자·latest·commitish 등)
  • Improvements

    • 카테고리 접기(collapse-after), 헤더/푸터 템플릿, 기여자 제외, 자동 라벨러 강화, 프리릴리스·버전 템플릿·변수 확대, 문서(README) 대폭 갱신
  • Chores

    • CI/워크플로우 재구성 및 Dependabot 설정 추가, 린트·포맷·훅 구성 정비
  • Tests

    • 테스트 픽스처·유닛 테스트 범위 확대 및 테스트 환경 현대화

Kirade and others added 30 commits July 31, 2022 13:30
Co-authored-by: Michael Kuhnt <michael.kuhnt@mercedes-benz.com>
Co-authored-by: Emilien Escalle <emilien.escalle@escemi.com>
Co-authored-by: Emilien Escalle <emilien.escalle@escemi.com>
Co-authored-by: Wouter de Vries <wdevries@leukeleu.nl>
renovate Bot and others added 20 commits July 19, 2026 13:50
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update dependency ignore to 7.0.6

* chore(build): rebuild artifacts

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix(deps): update dependency semver to 7.8.5

* chore(build): rebuild artifacts

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update dependency yaml to 2.9.0

* chore(build): rebuild artifacts

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix(deps): update dependency graphql to 16.14.2

* chore(build): rebuild artifacts

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 5.0.6 to 5.0.7.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v5.0.6...v5.0.7)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 5.0.7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [immutable](https://github.com/immutable-js/immutable-js) from 5.1.5 to 5.1.9.
- [Release notes](https://github.com/immutable-js/immutable-js/releases)
- [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
- [Commits](immutable-js/immutable-js@v5.1.5...v5.1.9)

---
updated-dependencies:
- dependency-name: immutable
  dependency-version: 5.1.9
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.8.4 to 1.10.0.
- [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md)
- [Commits](ljharb/shell-quote@v1.8.4...v1.10.0)

---
updated-dependencies:
- dependency-name: shell-quote
  dependency-version: 1.10.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cchanche and others added 7 commits July 23, 2026 09:10
* feat: categorize changes by conventional PR titles

* chore: update dist

* feat: support any conventional title as a category
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Clément Chanchevrier <67628843+cchanche@users.noreply.github.com>
* chore(deps): update npm tool constraint to 12.0.1

* chore: also upgrade npm in package.json to align with renovate contraint

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Clément Chanchevrier <clement.chanchevrier@gmail.com>
* fix: preserve proxy-aware fetch in octokit client

`getOctokit` passed `request: { fetch: global.fetch }` so nock could
intercept requests in tests. `@octokit/core` shallow-merges the `request`
option, so supplying it replaced the proxy-aware `fetch` and agent that
`@actions/github` builds from `http_proxy`/`https_proxy`. Proxy support
was silently disabled — nothing errored, requests just bypassed the
proxy, breaking GitHub Enterprise Server and corporate-proxy setups.

Move the test-only fetch swap into `src/tests/setup.ts`, where a mock of
`@actions/github` injects the global fetch for nock. Add
`src/tests/get-octokit-proxy.test.ts`, which unmocks that to pin the
production wiring so the override cannot be reintroduced unnoticed.

* refactor: trim comments around octokit proxy fetch
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.17 to 8.5.23.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.17...8.5.23)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.23
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@jetersen
jetersen deleted the branch classtinginc:master July 26, 2026 22:20
@jetersen
jetersen deleted the master branch July 26, 2026 22:20
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.