Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

detect add 테스트를 위해 타겟 브랜치 변경 #117

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/fruity-cows-stop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@naverpay/rollup": major
---

detect add 테스트를 위해 타겟 브랜치 변경

PR: [detect add 테스트를 위해 타겟 브랜치 변경](https://github.com/NaverPayDev/pie/pull/117)
2 changes: 1 addition & 1 deletion .github/workflows/detect-changed-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: 'detect changed packages'
uses: NaverPayDev/changeset-actions/detect-add@main
uses: NaverPayDev/changeset-actions/detect-add@feature/9_en
with:
github_token: ${{ secrets.ACTION_TOKEN }}
packages_dir: packages,share
Expand Down
2 changes: 2 additions & 0 deletions packages/rollup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ import {generateRollupConfig} from '@naverpay/rollup'
이 패키지와 관련된 추가 정보는 아래 링크를 통해 확인할 수 있습니다:

- <https://rollupjs.org/introduction/>

### changeset detect actions test
1 change: 1 addition & 0 deletions packages/rollup/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ function getBabelPresets({react, ie}: Pick<GenerateRollupConfigOptions, 'react'
return [presetEnv, '@babel/preset-typescript', ['@babel/preset-react', {runtime: react.runtime}]]
}

//
interface GenerateRollupConfigOptions {
entrypoint: string | Record<'index' & string, string>
outpoint?: {
Expand Down
Loading