mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-01-13 07:38:01 -05:00
Compare commits
9 Commits
github-act
...
v1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e2eb13a678 | ||
|
|
c23b0b4806 | ||
|
|
ee540108cd | ||
|
|
a123fbd703 | ||
|
|
aff1d902d2 | ||
|
|
0d8469ee42 | ||
|
|
517734f293 | ||
|
|
6aff5ebef4 | ||
|
|
6afa493726 |
@@ -1,7 +1,10 @@
|
|||||||
name: 'OpenCommit'
|
name: 'OpenCommit — improve commits with AI 🤯🔫'
|
||||||
description: 'Replaces lame commit messages with meaningful AI-generated messages when you push to remote 🤯🔫'
|
description: 'Replaces lame commit messages with meaningful AI-generated messages when you push to remote'
|
||||||
author: 'https://github.com/di-sukharev'
|
author: 'https://github.com/di-sukharev'
|
||||||
repo: 'https://github.com/di-sukharev/opencommit/tree/github-action'
|
repo: 'https://github.com/di-sukharev/opencommit/tree/github-action'
|
||||||
|
branding:
|
||||||
|
icon: 'git-commit'
|
||||||
|
color: 'green'
|
||||||
keywords:
|
keywords:
|
||||||
[
|
[
|
||||||
'git',
|
'git',
|
||||||
|
|||||||
@@ -16272,7 +16272,7 @@ function G3(t, e2) {
|
|||||||
// package.json
|
// package.json
|
||||||
var package_default = {
|
var package_default = {
|
||||||
name: "opencommit",
|
name: "opencommit",
|
||||||
version: "2.0.15",
|
version: "2.0.16",
|
||||||
description: "Auto-generate impressive commits in 1 second. Killing lame commits with AI \u{1F92F}\u{1F52B}",
|
description: "Auto-generate impressive commits in 1 second. Killing lame commits with AI \u{1F92F}\u{1F52B}",
|
||||||
keywords: [
|
keywords: [
|
||||||
"git",
|
"git",
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "opencommit",
|
"name": "opencommit",
|
||||||
"version": "2.0.15",
|
"version": "2.0.17",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "opencommit",
|
"name": "opencommit",
|
||||||
"version": "2.0.15",
|
"version": "2.0.17",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.0",
|
"@actions/core": "^1.10.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "opencommit",
|
"name": "opencommit",
|
||||||
"version": "2.0.15",
|
"version": "2.0.17",
|
||||||
"description": "Auto-generate impressive commits in 1 second. Killing lame commits with AI 🤯🔫",
|
"description": "Auto-generate impressive commits in 1 second. Killing lame commits with AI 🤯🔫",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"git",
|
"git",
|
||||||
|
|||||||
Reference in New Issue
Block a user