Skip to content

Commit

Permalink
chore: move .releaserc to root
Browse files Browse the repository at this point in the history
  • Loading branch information
okikio committed May 6, 2023
1 parent 919e00e commit 6450cde
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .config/.commitlintrc.yml

This file was deleted.

File renamed without changes.
8 changes: 5 additions & 3 deletions .config/.releaserc.yml → .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,17 @@ plugins:
- { type: ci, section: "Automation" }
- { type: build, section: "Automation" }
- { type: update, section: "Automation" }

- "@semantic-release/changelog"

# Commit CHANGELOG.md back to repo
- - "@semantic-release/git"
- assets: [CHANGELOG.md]
message: "chore(release): update changelog [skip ci]"
- assets: ["CHANGELOG.md"]
message: "chore(release): update changelog ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"

# Create new github release
- "@semantic-release/github"

# Create new npm release
- "@semantic-release/npm"
- - "@semantic-release/npm"
- pkgRoot: "./dist"

0 comments on commit 6450cde

Please sign in to comment.