Skip to content

Commit

Permalink
🚑️ (semantic) swap semver/type for :code:
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeFitz committed May 19, 2021
1 parent 594ac03 commit 3cc2324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/semantic/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Object.keys(types).map((type, _index) => {
* @note Need to cover (code|commit|emoji) for semver based on repo choice
*/
releaseRules.push({
release: types[type].code,
type: types[type].commit,
release: types[type].semver,
type: types[type].code,
})
releaseRules.push({
release: types[type].semver,
Expand Down

0 comments on commit 3cc2324

Please sign in to comment.