Skip to content

Commit

Permalink
feat(koji): update releases and readme
Browse files Browse the repository at this point in the history
Repository has been transferred to https://github.com/cococonscious/koji
  • Loading branch information
Finley Thomalla authored and coolaj86 committed Sep 13, 2024
1 parent 556697a commit 9414536
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions koji/README.md
Original file line number Diff line number Diff line change
@@ -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.
---
Expand All @@ -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].
![](https://github.com/its-danny/koji/raw/main/meta/demo.gif)
![](https://github.com/cococonscious/koji/raw/main/meta/demo.gif)

[cc]: https://conventionalcommits.org/en/v1.0.0/

Expand Down Expand Up @@ -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).
2 changes: 1 addition & 1 deletion koji/releases.js
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down

0 comments on commit 9414536

Please sign in to comment.