Skip to content

Commit

Permalink
fix: removed release-drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
Bugs5382 committed Dec 27, 2023
1 parent 6b49952 commit 3993e03
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 166 deletions.
61 changes: 0 additions & 61 deletions .github/release-drafter.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: GitHub CI
on:
push:
branches: [ 'main', 'develop' ]
branches: [ 'main' ]

jobs:
Release:
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/release-drafter.yml

This file was deleted.

21 changes: 20 additions & 1 deletion release.config.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
module.exports = {
"extends": "@the-rabbit-hole/semantic-release-config",
"verifyConditions": ['@semantic-release/changelog', '@semantic-release/npm', '@semantic-release/git'],
"plugins": [
'@semantic-release/commit-analyzer',
// '@semantic-release/release-notes-generator',
[
'@semantic-release/changelog',
{
"changelogFile": "CHANGELOG.md"
}
],
"@semantic-release/npm",
[
"@semantic-release/git",
{
"assets": ["package.json", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [ci skip]\n\n${nextRelease.notes}"
}
],
// "@semantic-release/github"
],
"branches": [
"main"
]
Expand Down
61 changes: 0 additions & 61 deletions template/__shared__/.github/release-drafter.yml

This file was deleted.

21 changes: 0 additions & 21 deletions template/__shared__/.github/workflows/release-drafter.yml

This file was deleted.

0 comments on commit 3993e03

Please sign in to comment.