Skip to content

Commit

Permalink
feat: rc edit gnote
Browse files Browse the repository at this point in the history
  • Loading branch information
Juyeong-Byeon committed Jun 11, 2024
1 parent 19d4ec1 commit 2b24e9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: npm ci
- run: npm run lint
- run: tsc --build --dry
release-sementic:
release:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down
29 changes: 3 additions & 26 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,44 +24,21 @@ release:
release: "major"
generateNotes:
- path: "@semantic-release/release-notes-generator"
writerOpts:
groupBy: "type"
commitGroupsSort:
- "feat"
- "perf"
- "fix"
commitsSort: "header"
types:
- type: "feat"
- section: "Features"
# Tracked bug fix with a hotfix branch
- type: "hotfix"
- section: "Bug Fixes"
# Uninmportent fix (CI testing, etc)
- type: "fix"
- hidden: true
- type: "chore"
- hidden: true
- type: "docs"
- hidden: true
- type: "doc"
- hidden: true
- type: "style"
- hidden: true
- type: "refactor"
- hidden: true
- type: "perf"
- hidden: true
- type: "test"
- hidden: true
presetConfig: true
prepare:
- path: "@semantic-release/changelog"
changelogFile: "CHANGELOG.md"
changelogFile: "docs/CHANGELOG.md"
changelogTitle: "# Changelog"
- path: "@semantic-release/git"
assets:
- "package.json"
- "CHANGELOG.md"
- "docs/CHANGELOG.md"
publish:
- path: "@semantic-release/github"
- path: "@semantic-release/exec"
Expand Down
File renamed without changes.

0 comments on commit 2b24e9f

Please sign in to comment.