Skip to content

Commit

Permalink
chore: πŸ€– update repository owner
Browse files Browse the repository at this point in the history
update repository owner
  • Loading branch information
tal authored and tal committed Nov 4, 2023
1 parent 1da7149 commit 9259ba9
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 20 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
### Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at `dev@exlint.io`. All
reported by contacting the project team at `talrofe111@gmail.com`. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Exlint
Copyright (c) 2023 Tal Rofe

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<p align="center">
<a href="https://github.com/Exlint/cz-vinyl">
<img src="https://img.shields.io/github/actions/workflow/status/Exlint/cz-vinyl/integrate.yaml?label=CI&logo=GitHub" alt="CI status">
<a href="https://github.com/tal-rofe/cz-vinyl">
<img src="https://img.shields.io/github/actions/workflow/status/tal-rofe/cz-vinyl/integrate.yaml?label=CI&logo=GitHub" alt="CI status">
</a>
<a href="https://www.npmjs.com/package/cz-vinyl">
<img src="https://img.shields.io/npm/dm/cz-vinyl?logo=NPM" alt="npm downloads">
</a>
<a href="https://github.com/Exlint/cli">
<a href="https://github.com/tal-rofe/cli">
<img src="https://img.shields.io/npm/l/cz-vinyl" alt="npm license">
</a>
<a href="https://github.com/Exlint/cz-vinyl">
<a href="https://github.com/tal-rofe/cz-vinyl">
<img src="https://img.shields.io/npm/v/cz-vinyl?label=version" alt="version">
</a>
</p>
Expand All @@ -17,7 +17,7 @@

<h1 align="center">cz-vinyl</h1>

> Commitizen adapter formatting commit messages using Exlint conventions.
> Commitizen adapter for formatting commit messages.
> Format commit messages with [conventional commits].
cz-vinyl allows you to easily use emojis and ticket ID (JIRA, ...) in your commits using [commitizen].
Expand Down Expand Up @@ -176,12 +176,12 @@ The default commit types, descriptions and emoji that are used are:
## Examples
- [landing-page](https://github.com/Exlint/landing-page)
- [cz-vinyl](https://github.com/Exlint/cz-vinyl)
- [inflint](https://github.com/Exlint/inflint)
- [cz-vinyl](https://github.com/tal-rofe/cz-vinyl)
- [inflint](https://github.com/tal-rofe/inflint)
## Support
For support, email dev@exlint.io or open an issue at [cz-vinyl issues](https://github.com/Exlint/cz-vinyl/issues).
For support, email talrofe111@gmail.com or open an issue at [cz-vinyl issues](https://github.com/tal-rofe/cz-vinyl/issues).
## Contributing
Expand Down
3 changes: 2 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
"ignorePaths": ["./pnpm-lock.yaml", "./renovate.json", "./CHANGELOG.md"],
"words": [
"tal-rofe",
"Rofe",
"exlint",
"maxlength",
"openai",
"Inquirier",
"czvinyl",
"Exlint",
"commitlint",
"inflint",
"setdev",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "cz-vinyl",
"version": "2.3.0",
"description": "Commitizen adapter formatting commit messages using Exlint conventions.",
"author": "Exlint <dev@exlint.io> (https://www.exlint.io)",
"description": "Commitizen adapter for formatting commit messages",
"author": "Tal Rofe <talrofe111@gmail.com> (https://github.com/tal-rofe)",
"keywords": [
"commitizen",
"adapter",
Expand All @@ -11,18 +11,18 @@
],
"contributors": [
{
"name": "tal-rofe",
"email": "tal@exlint.io"
"name": "Tal Rofe",
"email": "talrofe111@gmail.com"
}
],
"license": "MIT",
"homepage": "https://github.com/Exlint/cz-vinyl#readme",
"homepage": "https://github.com/tal-rofe/cz-vinyl#readme",
"bugs": {
"url": "https://github.com/Exlint/cz-vinyl/issues"
"url": "https://github.com/tal-rofe/cz-vinyl/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Exlint/cz-vinyl.git"
"url": "git+https://github.com/tal-rofe/cz-vinyl.git"
},
"type": "module",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion release.config.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const config = {
branches: ['main'],
repositoryUrl: 'git+https://github.com/Exlint/cz-vinyl',
repositoryUrl: 'git+https://github.com/tal-rofe/cz-vinyl',
plugins: [
[
'@semantic-release/commit-analyzer',
Expand Down
2 changes: 1 addition & 1 deletion scripts/onboarding.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ figlet('cz - vinyl', (err, figletText) => {
console.log(
chalk.bold(
`\nπŸ‘₯πŸ‘₯πŸ‘₯ For any help or questions, you can open an issue or contact ${chalk.italic.gray(
'dev@exlint.io',
'talrofe111@gmail.com',
)} πŸ‘₯πŸ‘₯πŸ‘₯\n`,
),
);
Expand Down

0 comments on commit 9259ba9

Please sign in to comment.