gitmoji
standard-version
Our great sponsors
- Appwrite - The open-source backend cloud platform
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
gitmoji | standard-version | |
---|---|---|
59 | 12 | |
14,701 | 7,388 | |
- | 1.4% | |
9.3 | 5.4 | |
7 days ago | 12 days ago | |
TypeScript | JavaScript | |
MIT License | ISC License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
gitmoji
- Introducing my Lightweight PHP Framework: Simplifying Small Projects with a Powerful Core!
-
Git sloppiness and obsessively compulsively committing to the remote repo
My commit messages are pretty good though. I put some effort/thought into them not just for the repo/git purposes, but it also helps me mentally keep track of what I have done / have to do just in the general carry-on coding. I even prefix messages with an emoji, similar to the guidelines on https://gitmoji.dev/
-
OpenCommit: GitHub Action to improve commits with meaningful messages on every `git push` π€―π«
You may also turn on GitMoji convention if you prefer your messages baked with emojis π€
-
Show HN: Gut β An easy-to-use CLI for Git
I use Gitmoji:
-
Mastering Git with ChatGPT β best auto-commits you've ever seen
OpenCommit leverages the conventional commits convention, ensuring your commit messages are both concise and informative. Want a little fun in your commits? Enable the GitMoji setting!
-
Use AI to commit like a PRO in 1 second
The library uses conventional commits convention which makes commits concise and comprehensive. You can also turn on GitMoji setting if you like.
-
Show HN: Lofi, a Tiny Spotify Player
At a previous job we used https://gitmoji.dev, which scrumoji is based on. At some point I started using the ladybug emoji for bugs because it's actually a bug while my colleagues kept using the caterpillar emoji because they preferred caterpillars. I thought it was a nice way to bring some individuality into our commit messages!
-
A new open-sourcing project launches!!! A declarative, compose-based and cross-platform GUI
It's the first time I see someone combining gitmoji with conventional commits (I use the later now for all my project, to generate my changelogs automatically with with git-cliff.)
-
AI Commits β a CLI that writes your commit messages for you
It still happens today: https://github.com/carloscuesta/gitmoji
standard-version
-
Starting React Native Project in 2023
We can use standard-version tool to generate a changelog, bump the version of app and create a new tag automatically.
-
Microservices Shared Libraries β Design and Best Practices
There are many great tools to help with automation here, some of them are action-semantic-pull-request to enforce conventional commits and standard version to bump the version and create a changelog according to the conventional commits.
-
Add Commitint, Commitizen, Standard Version, and Husky to SvelteKit Project
I tried gitmoji and followed Make everyone in your project write beautiful commit messages using commitlint and commitizen by @sohandutta, but end up using the setting in this article because it's not compatible to changelog generation of standard-version (Ref: Issue #859)
-
Releasing a pomodoro app #1: programming bit by bit
As a bonus point, the issues you create in your repository can also serve as part of the documentation. You can outline new features there and you will even be able to generate changelogs from the merged pull requests (like I do using conventional-changelog/standard-version).
-
Taiga UI: A year in Open Source
Thereβs also a husky precommit hook with ESlint and Prettier fixing and formatting changed code on every commit with lint-staged which makes sure malformed code doesn't even make it to the Pull Request. Combined with standard-version and strict commit messages it makes releasing and changelog generation a breeze. For a contributor the workflow is as smooth as:
-
Autodeploy javascript library to npmjs via Github Actions
But you can also automate even more, if, for example, you write according to Conventional Commits, you can also automate the creation of tags using the standard-version library.
-
Automatically generate and release a changelog using Node.js
# Changelog All notable changes to this project will be documented in this file. See \[standard-version\](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## 1.1.0 (2021-07-12) ### Features * **new-feature:** add a new-feature to our project 11c0322
-
Awesome Dev Tools To Automate Code Tasks π₯
Standard Version
-
versionem - Simple and straightforward automated semantic versioning integrated to changelog generation
So this is like standard-version with less features?
-
Changie - Automated Changelog Tool
Probably the most common option, or at least most readily available, is to pull your commit messages since the last release and package it all up. You have tools and formats such as conventional commits combined with standard version can auto-generate changelogs for you. NodeJS's changelog maker does the same thing in one package. GoReleaser has a built-in release notes tool that acts very similarly.
What are some alternatives?
semantic-release - :package::rocket: Fully automated version management and package publishing
husky - Git hooks made easy πΆ woof!
semantic-release-gitmoji - β¨ππ₯ A semantic-release plugin for gitmojis. Different from conventional changelog, Gitmoji commits are used to determine a release type and generate release notes.
semver - Semantic Versioning Specification
conventional-changelog - Generate changelogs and release notes from a project's commit messages and metadata.
commitlint - π Lint commit messages
towncrier - Manage the release notes for your project.
changie - Automated changelog tool for preparing releases with lots of customization options
conventional-changelog-config-spec - a spec describing the config options supported by conventional-config for upstream tooling
cz-cli - The commitizen command line utility. #BlackLivesMatter
pretty-quick - β‘ Get Pretty Quick
cz-customizable - A standalone commit message helper or customizable commitizen adapter for https://github.com/commitizen/cz-cli