Skip to content

Commit

Permalink
🔧 update releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
momocow committed Apr 14, 2023
1 parent a2effde commit c8a7aaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ const fs = require('fs')
const tplFile = path.resolve(__dirname, 'build/release-notes.hbs')

module.exports = {
branches: [
"main",
],
plugins: [
[
'semantic-release-gitmoji',
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# semantic-release-gitmoji
[![Build Status](https://app.travis-ci.com/momocow/semantic-release-gitmoji.svg?branch=master)](https://app.travis-ci.com/momocow/semantic-release-gitmoji)
[![Test Status](https://github.com/momocow/semantic-release-gitmoji/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/momocow/semantic-release-gitmoji/actions/workflows/test.yaml)
[![Release Status](https://github.com/momocow/semantic-release-gitmoji/actions/workflows/release.yaml/badge.svg?branch=main)](https://github.com/momocow/semantic-release-gitmoji/actions/workflows/release.yaml)
[![npm](https://img.shields.io/npm/v/semantic-release-gitmoji.svg)](https://www.npmjs.com/semantic-release-gitmoji)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Gitmoji](https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square)](https://gitmoji.carloscuesta.me/)
Expand Down

0 comments on commit c8a7aaf

Please sign in to comment.