1
0
Fork
You've already forked gitmoji
0
An emoji guide for your commit messages. 😜
TypeScript 76.4%
CSS 21.7%
JavaScript 1.7%
Shell 0.2%
Find a file
dependabot[bot] a688463728
⬆️ Bump jest and @types/jest ( #1307 )
⬆️ Bump jest and @types/jest
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together.
Updates `jest` from 29.3.1 to 29.4.1
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.4.1/packages/jest)
Updates `@types/jest` from 29.2.6 to 29.4.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
---
updated-dependencies:
- dependency-name: jest
 dependency-type: direct:development
 update-type: version-update:semver-minor
- dependency-name: "@types/jest"
 dependency-type: direct:development
 update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023年01月30日 12:23:55 +00:00
.github 🔧 Add version-strategy to dependabot 2023年01月23日 21:08:46 +01:00
.husky ♻️ Migrate website to TypeScript ( #1244 ) 2022年12月28日 16:27:23 +01:00
.yarn/releases 🏗️ Transform project into a monorepo ( #1235 ) 2022年12月22日 20:51:15 +01:00
packages ⬆️ Bump jest and @types/jest ( #1307 ) 2023年01月30日 12:23:55 +00:00
.editorconfig ♻️ Move website to Next.js ( #368 ) 2019年10月26日 18:00:59 +02:00
.gitattributes 🏗️ Transform project into a monorepo ( #1235 ) 2022年12月22日 20:51:15 +01:00
.gitignore ♻️ Migrate website to TypeScript ( #1244 ) 2022年12月28日 16:27:23 +01:00
.lintstagedrc.json 🔧 Enable prettier for YML files 2023年01月15日 10:45:55 +01:00
.yarnrc.yml 🏗️ Transform project into a monorepo ( #1235 ) 2022年12月22日 20:51:15 +01:00
CODE_OF_CONDUCT.md 🏗️ Transform project into a monorepo ( #1235 ) 2022年12月22日 20:51:15 +01:00
LICENSE 📄 Update LICENSE 2022年01月06日 11:42:59 +01:00
package.json Export gitmojis as CJS and ESM ( #1280 ) 2023年01月18日 19:33:43 +01:00
README.md 🏗️ Transform project into a monorepo ( #1235 ) 2022年12月22日 20:51:15 +01:00
turbo.json 🔧 Add persistent flag to dev task ( #1283 ) 2023年01月18日 20:31:03 +01:00
yarn.lock ⬆️ Bump jest and @types/jest ( #1307 ) 2023年01月30日 12:23:55 +00:00

gitmoji

Build Status Gitmoji

About

Gitmoji is an initiative to standardize and explain the use of emojis on GitHub commit messages.

Using emojis on commit messages provides an easy way of identifying the purpose or intention of a commit with only looking at the emojis used. As there are a lot of different emojis I found the need of creating a guide that can help to use emojis easier.

The gitmojis are published on the following package in order to be used as a dependency 📦.

Using gitmoji-cli

To use gitmojis from your command line install gitmoji-cli. A gitmoji interactive client for using emojis on commit messages.

npm i -g gitmoji-cli

Example of usage

In case you need some ideas to integrate gitmoji in your project, here's a practical way to use it:

<intention> [scope?][:?] <message>
  • intention: An emoji from the list.
  • scope: An optional string that adds contextual information for the scope of the change.
  • message: A brief explanation of the change.

Contributing to gitmoji

Contributing to gitmoji is a piece of 🍰, read the contributing guidelines. You can discuss emojis using the issues section. To add a new emoji to the list create an issue and send a pull request, see how to send a pull request and add a gitmoji.

Spread the word

Are you using Gitmoji on your project? Set the Gitmoji badge on top of your readme using this code:

<a href="https://gitmoji.dev">
 <img
 src="https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square"
 alt="Gitmoji"
 />
</a>

License

The code is available under the MIT license.