Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(koji): update releases and readme #887

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading