Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,15 @@ changelog:
- title: Features
labels:
- "type: feature"
- "type: enhancement"
- enhancement
- feature
- title: Bug Fixes
- title: Bugs
labels:
- "type: bug"
- "type: bugfix"
- bug
- fix
- bugfix
- title: Improvements
labels:
- "type: improvement"
- "type: refactor"
- improvement
- refactor
- title: Documentation
labels:
- "type: docs"
- "type: documentation"
- documentation
- docs
- title: Dependencies
labels:
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Medusa plugin for automations.",
"author": "Codee (https://codee.dev)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/codee-sh/medusa-plugin-automations.git"
},
"publishConfig": {
"access": "public"
},
Expand Down