Skip to content

Commit

Permalink
ci: add icons to release notes (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsto authored Oct 28, 2024
2 parents 5919fcf + aa9d2cd commit 73a5170
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,43 +37,43 @@
"types": [
{
"type": "feat",
"section": "Features"
"section": "🎉 Features"
},
{
"type": "fix",
"section": "Bug Fixes"
"section": "🐛 Bug Fixes"
},
{
"type": "perf",
"section": "Performance Improvements"
"section": "⚡️ Performance Improvements"
},
{
"type": "revert",
"section": "Reverts"
"section": "⏪️ Reverts"
},
{
"type": "docs",
"section": "Documentation"
"section": "📝 Documentation"
},
{
"type": "style",
"section": "Styles"
"section": "🎨 Styles"
},
{
"type": "refactor",
"section": "Code Refactoring"
"section": "🔀 Code Refactoring"
},
{
"type": "test",
"section": "Tests"
"section": "🧪 Tests"
},
{
"type": "build",
"section": "Build System"
"section": "⚙️ Build System"
},
{
"type": "ci",
"section": "Continuous Integration"
"section": "🚀 Continuous Integration"
}
]
},
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# EVVA React-Native Module
# Abrevva React-Native Module

[![NPM Version](https://img.shields.io/npm/v/%40evva-sfw%2Fabrevva-react-native)](https://www.npmjs.com/package/@evva/abrevva-react-native)
[![NPM Downloads](https://img.shields.io/npm/dy/%40evva-sfw%2Fabrevva-react-native)](https://www.npmjs.com/package/@evva/abrevva-react-native)
[![NPM Version](https://img.shields.io/npm/v/%40evva%2Fabrevva-react-native)](https://www.npmjs.com/package/@evva/abrevva-react-native)
[![NPM Downloads](https://img.shields.io/npm/dy/%40evva%2Fabrevva-react-native)](https://www.npmjs.com/package/@evva/abrevva-react-native)
![GitHub package.json dynamic](https://img.shields.io/github/package-json/packageManager/evva-sfw/abrevva-react-native)
![NPM Unpacked Size (with version)](https://img.shields.io/npm/unpacked-size/%40evva-sfw%2Fabrevva-react-native/latest)
![NPM Unpacked Size (with version)](https://img.shields.io/npm/unpacked-size/%40evva%2Fabrevva-react-native/latest)
![GitHub last commit](https://img.shields.io/github/last-commit/evva-sfw/abrevva-react-native)
[![GitHub branch check runs](https://img.shields.io/github/check-runs/evva-sfw/abrevva-react-native/main)]([URL](https://github.com/evva-sfw/abrevva-react-native/actions))
[![EVVA License](https://img.shields.io/badge/license-EVVA_License-yellow.svg?color=fce500&logo=data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY0MCIgaGVpZ2h0PSIxMDI0IiB2aWV3Qm94PSIwIDAgNjQwIDEwMjQiPgo8ZyBpZD0iaWNvbW9vbi1pZ25vcmUiPgo8L2c+CjxwYXRoIGZpbGw9IiNmY2U1MDAiIGQ9Ik02MjIuNDIzIDUxMS40NDhsLTMzMS43NDYtNDY0LjU1MmgtMjg4LjE1N2wzMjkuODI1IDQ2NC41NTItMzI5LjgyNSA0NjYuNjY0aDI3NS42MTJ6Ij48L3BhdGg+Cjwvc3ZnPgo=)](LICENSE)
Expand Down

0 comments on commit 73a5170

Please sign in to comment.