mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 22:16:48 +00:00
feat(koji): update releases and readme
Repository has been transferred to https://github.com/cococonscious/koji
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: koji
|
||||
homepage: https://github.com/its-danny/koji
|
||||
homepage: https://github.com/cococonscious/koji
|
||||
tagline: |
|
||||
🦊 An interactive CLI for creating conventional commits.
|
||||
---
|
||||
@@ -13,7 +13,7 @@ To update or switch versions, run `webi koji@stable` (or `@v2`, `@beta`, etc).
|
||||
|
||||
> `koji` is an interactive CLI for creating [conventional commits][cc].
|
||||
|
||||

|
||||

|
||||
|
||||
[cc]: https://conventionalcommits.org/en/v1.0.0/
|
||||
|
||||
@@ -105,4 +105,4 @@ description = "A new feature"
|
||||
```
|
||||
|
||||
The default emoji can be seen in
|
||||
[koji-default.toml](https://github.com/its-danny/koji/blob/main/meta/config/koji-default.toml).
|
||||
[default.toml](https://github.com/cococonscious/koji/blob/main/meta/config/default.toml).
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
var github = require('../_common/github.js');
|
||||
var owner = 'its-danny';
|
||||
var owner = 'cococonscious';
|
||||
var repo = 'koji';
|
||||
|
||||
module.exports = function (request) {
|
||||
|
||||
Reference in New Issue
Block a user