Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
ci(semantic-release): add plugin 'semantic-release-export-data'
Browse files Browse the repository at this point in the history
  ## what
  - add semantic-release plugin 'semantic-release-export-data'

  ## how

  ## why
  - will be used to extract the next semantic-release version
  - using grep on semantic-release dry-run output can be faulty

  ## where

  ## usage
  • Loading branch information
Clumsy-Coder committed Jul 29, 2023
1 parent 5fc9a6f commit de8f098
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
assets: ['CHANGELOG.md', 'package.json', 'package-lock.json'],
},
],
'semantic-release-export-data',
],
// use https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-conventionalcommits
// release rules: https://github.com/semantic-release/commit-analyzer/blob/master/lib/default-release-rules.js
Expand Down

0 comments on commit de8f098

Please sign in to comment.