Skip to content

Commit

Permalink
build: yarn berry update & build ci (#3)
Browse files Browse the repository at this point in the history
* yarn berry v4 update
* changeset update
  • Loading branch information
Dongkyuuuu authored Nov 6, 2023
1 parent b0d84e1 commit ad371e3
Show file tree
Hide file tree
Showing 1,008 changed files with 2,978 additions and 29,021 deletions.
7 changes: 7 additions & 0 deletions .changeset/new-pumpkins-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@naver-maps/docs": patch
"@naver-maps/react": patch
"@naver-maps/vue": patch
---

deploy ci update
31 changes: 31 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Release

on:
push:
branches:
- main

concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.18.2

- name: Install Dependencies
run: yarn install --immutable --immutable-cache

- name: Create Release Pull Request
uses: changesets/action@v1
with:
publish: yarn changeset publish
version: yarn changeset version
commit: "chore(release): version packages"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ node_modules
.pnp
.pnp.js

.pnp.*
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18.18.2
22,533 changes: 0 additions & 22,533 deletions .pnp.cjs

This file was deleted.

Loading

0 comments on commit ad371e3

Please sign in to comment.