docs: v1.0.0 버저닝 릴리즈 노트 작성 #65

병합
htlee docs/version-history 에서 develop 로 33 commits 를 머지했습니다 2026-03-03 08:09:49 +09:00
Showing only changes of commit fee03e1775 - Show all commits

파일 보기

@ -21,6 +21,7 @@ jobs:
run: |
echo "registry=https://nexus.gc-si.dev/repository/npm-public/" > frontend/.npmrc
echo "//nexus.gc-si.dev/repository/npm-public/:_auth=${{ secrets.NEXUS_NPM_AUTH }}" >> frontend/.npmrc
echo "legacy-peer-deps=true" >> frontend/.npmrc
echo "registry=https://nexus.gc-si.dev/repository/npm-public/" > backend/.npmrc
echo "//nexus.gc-si.dev/repository/npm-public/:_auth=${{ secrets.NEXUS_NPM_AUTH }}" >> backend/.npmrc