Skip to content

Commit cdb8f23

Browse files
authored
chore: rename repo (#92)
1 parent b61de39 commit cdb8f23

File tree

13 files changed

+52
-52
lines changed

13 files changed

+52
-52
lines changed

packages/core/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
[size]: https://packagephobia.com/badge?p=@simple-release/core
2424
[size-url]: https://packagephobia.com/result?p=@simple-release/core
2525

26-
[build]: https://img.shields.io/github/actions/workflow/status/TrigenSoftware/simple-release-tools/tests.yml?branch=main
27-
[build-url]: https://github.com/TrigenSoftware/simple-release-tools/actions
26+
[build]: https://img.shields.io/github/actions/workflow/status/TrigenSoftware/simple-release/tests.yml?branch=main
27+
[build-url]: https://github.com/TrigenSoftware/simple-release/actions
2828

29-
[coverage]: https://coveralls.io/repos/github/TrigenSoftware/simple-release-tools/badge.svg?branch=main
30-
[coverage-url]: https://coveralls.io/github/TrigenSoftware/simple-release-tools?branch=main
29+
[coverage]: https://coveralls.io/repos/github/TrigenSoftware/simple-release/badge.svg?branch=main
30+
[coverage-url]: https://coveralls.io/github/TrigenSoftware/simple-release?branch=main
3131

3232
A simple tool to release projects with monorepo support.
3333

@@ -105,9 +105,9 @@ There no good tool to release projects with conventional-changelog support and w
105105

106106
## Addons
107107

108-
- [npm](https://github.com/TrigenSoftware/simple-release-tools/tree/main/packages/npm)
109-
- [pnpm](https://github.com/TrigenSoftware/simple-release-tools/tree/main/packages/pnpm)
110-
- [github-release](https://github.com/TrigenSoftware/simple-release-tools/tree/main/packages/github-release)
108+
- [npm](https://github.com/TrigenSoftware/simple-release/tree/main/packages/npm)
109+
- [pnpm](https://github.com/TrigenSoftware/simple-release/tree/main/packages/pnpm)
110+
- [github-release](https://github.com/TrigenSoftware/simple-release/tree/main/packages/github-release)
111111

112112
## Custom addons
113113

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"url": "https://github.com/dangreen"
1010
},
1111
"license": "MIT",
12+
"homepage": "https://github.com/TrigenSoftware/simple-release/tree/master/packages/core#readme",
1213
"funding": "https://ko-fi.com/dangreen",
13-
"homepage": "https://github.com/TrigenSoftware/simple-release-tools/tree/master/packages/core#readme",
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/TrigenSoftware/simple-release-tools.git",
16+
"url": "https://github.com/TrigenSoftware/simple-release.git",
1717
"directory": "packages/core"
1818
},
1919
"bugs": {
20-
"url": "https://github.com/TrigenSoftware/simple-release-tools/issues"
20+
"url": "https://github.com/TrigenSoftware/simple-release/issues"
2121
},
2222
"keywords": [
2323
"release",

packages/github-release/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
[size]: https://packagephobia.com/badge?p=@simple-release/github-release
2424
[size-url]: https://packagephobia.com/result?p=@simple-release/github-release
2525

26-
[build]: https://img.shields.io/github/actions/workflow/status/TrigenSoftware/simple-release-tools/tests.yml?branch=main
27-
[build-url]: https://github.com/TrigenSoftware/simple-release-tools/actions
26+
[build]: https://img.shields.io/github/actions/workflow/status/TrigenSoftware/simple-release/tests.yml?branch=main
27+
[build-url]: https://github.com/TrigenSoftware/simple-release/actions
2828

29-
[coverage]: https://coveralls.io/repos/github/TrigenSoftware/simple-release-tools/badge.svg?branch=main
30-
[coverage-url]: https://coveralls.io/github/TrigenSoftware/simple-release-tools?branch=main
29+
[coverage]: https://coveralls.io/repos/github/TrigenSoftware/simple-release/badge.svg?branch=main
30+
[coverage-url]: https://coveralls.io/github/TrigenSoftware/simple-release?branch=main
3131

3232
A github release addon for simple-release.
3333

packages/github-release/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"url": "https://github.com/dangreen"
1010
},
1111
"license": "MIT",
12-
"homepage": "https://github.com/TrigenSoftware/simple-release-tools/tree/master/packages/github-release#readme",
12+
"homepage": "https://github.com/TrigenSoftware/simple-release/tree/master/packages/github-release#readme",
1313
"funding": "https://ko-fi.com/dangreen",
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/TrigenSoftware/simple-release-tools.git",
16+
"url": "https://github.com/TrigenSoftware/simple-release.git",
1717
"directory": "packages/github-release"
1818
},
1919
"bugs": {
20-
"url": "https://github.com/TrigenSoftware/simple-release-tools/issues"
20+
"url": "https://github.com/TrigenSoftware/simple-release/issues"
2121
},
2222
"keywords": [
2323
"simple-release",

packages/npm/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
[size]: https://packagephobia.com/badge?p=@simple-release/npm
2424
[size-url]: https://packagephobia.com/result?p=@simple-release/npm
2525

26-
[build]: https://img.shields.io/github/actions/workflow/status/TrigenSoftware/simple-release-tools/tests.yml?branch=main
27-
[build-url]: https://github.com/TrigenSoftware/simple-release-tools/actions
26+
[build]: https://img.shields.io/github/actions/workflow/status/TrigenSoftware/simple-release/tests.yml?branch=main
27+
[build-url]: https://github.com/TrigenSoftware/simple-release/actions
2828

29-
[coverage]: https://coveralls.io/repos/github/TrigenSoftware/simple-release-tools/badge.svg?branch=main
30-
[coverage-url]: https://coveralls.io/github/TrigenSoftware/simple-release-tools?branch=main
29+
[coverage]: https://coveralls.io/repos/github/TrigenSoftware/simple-release/badge.svg?branch=main
30+
[coverage-url]: https://coveralls.io/github/TrigenSoftware/simple-release?branch=main
3131

3232
A npm addon for simple-release.
3333

packages/npm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"url": "https://github.com/dangreen"
1010
},
1111
"license": "MIT",
12-
"homepage": "https://github.com/TrigenSoftware/simple-release-tools/tree/master/packages/npm#readme",
12+
"homepage": "https://github.com/TrigenSoftware/simple-release/tree/master/packages/npm#readme",
1313
"funding": "https://ko-fi.com/dangreen",
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/TrigenSoftware/simple-release-tools.git",
16+
"url": "https://github.com/TrigenSoftware/simple-release.git",
1717
"directory": "packages/npm"
1818
},
1919
"bugs": {
20-
"url": "https://github.com/TrigenSoftware/simple-release-tools/issues"
20+
"url": "https://github.com/TrigenSoftware/simple-release/issues"
2121
},
2222
"keywords": [
2323
"simple-release",

packages/pnpm/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
[size]: https://packagephobia.com/badge?p=@simple-release/pnpm
2424
[size-url]: https://packagephobia.com/result?p=@simple-release/pnpm
2525

26-
[build]: https://img.shields.io/github/actions/workflow/status/TrigenSoftware/simple-release-tools/tests.yml?branch=main
27-
[build-url]: https://github.com/TrigenSoftware/simple-release-tools/actions
26+
[build]: https://img.shields.io/github/actions/workflow/status/TrigenSoftware/simple-release/tests.yml?branch=main
27+
[build-url]: https://github.com/TrigenSoftware/simple-release/actions
2828

29-
[coverage]: https://coveralls.io/repos/github/TrigenSoftware/simple-release-tools/badge.svg?branch=main
30-
[coverage-url]: https://coveralls.io/github/TrigenSoftware/simple-release-tools?branch=main
29+
[coverage]: https://coveralls.io/repos/github/TrigenSoftware/simple-release/badge.svg?branch=main
30+
[coverage-url]: https://coveralls.io/github/TrigenSoftware/simple-release?branch=main
3131

3232
A pnpm addon for simple-release.
3333

packages/pnpm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"url": "https://github.com/dangreen"
1010
},
1111
"license": "MIT",
12-
"homepage": "https://github.com/TrigenSoftware/simple-release-tools/tree/master/packages/pnpm#readme",
12+
"homepage": "https://github.com/TrigenSoftware/simple-release/tree/master/packages/pnpm#readme",
1313
"funding": "https://ko-fi.com/dangreen",
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/TrigenSoftware/simple-release-tools.git",
16+
"url": "https://github.com/TrigenSoftware/simple-release.git",
1717
"directory": "packages/pnpm"
1818
},
1919
"bugs": {
20-
"url": "https://github.com/TrigenSoftware/simple-release-tools/issues"
20+
"url": "https://github.com/TrigenSoftware/simple-release/issues"
2121
},
2222
"keywords": [
2323
"simple-release",

packages/simple-github-release/CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
## [1.0.0](https://github.com/TrigenSoftware/simple-release-tools/compare/v1.0.0-0...v1.0.0) (2022-01-18)
5+
## [1.0.0](https://github.com/TrigenSoftware/simple-release/compare/v1.0.0-0...v1.0.0) (2022-01-18)
66

77

88
### Bug Fixes
99

10-
* rm useless files from package ([0c8f200](https://github.com/TrigenSoftware/simple-release-tools/commit/0c8f2007329b59a8b9eb35ac3f6c3459a3c06cc4))
10+
* rm useless files from package ([0c8f200](https://github.com/TrigenSoftware/simple-release/commit/0c8f2007329b59a8b9eb35ac3f6c3459a3c06cc4))
1111

12-
## [1.0.0-0](https://github.com/TrigenSoftware/simple-release-tools/compare/v0.0.1-1...v1.0.0-0) (2022-01-18)
12+
## [1.0.0-0](https://github.com/TrigenSoftware/simple-release/compare/v0.0.1-1...v1.0.0-0) (2022-01-18)
1313

1414

1515
### Bug Fixes
1616

17-
* fix reading last notes from changelog ([151b5df](https://github.com/TrigenSoftware/simple-release-tools/commit/151b5df503656c89d584289a500217568fffe79f))
17+
* fix reading last notes from changelog ([151b5df](https://github.com/TrigenSoftware/simple-release/commit/151b5df503656c89d584289a500217568fffe79f))
1818

19-
### [0.0.1-1](https://github.com/TrigenSoftware/simple-release-tools/compare/v0.0.1-0...v0.0.1-1) (2022-01-18)
19+
### [0.0.1-1](https://github.com/TrigenSoftware/simple-release/compare/v0.0.1-0...v0.0.1-1) (2022-01-18)
2020

2121

2222
### Bug Fixes
2323

24-
* **cli:** fix config file loading ([8603c2f](https://github.com/TrigenSoftware/simple-release-tools/commit/8603c2fde4aeb53619fae8bb9feba53093f51c65))
25-
* **cli:** pass github auth token to client ([667e40a](https://github.com/TrigenSoftware/simple-release-tools/commit/667e40a6a1822c87b92eea36d5fa216f88aafd92))
24+
* **cli:** fix config file loading ([8603c2f](https://github.com/TrigenSoftware/simple-release/commit/8603c2fde4aeb53619fae8bb9feba53093f51c65))
25+
* **cli:** pass github auth token to client ([667e40a](https://github.com/TrigenSoftware/simple-release/commit/667e40a6a1822c87b92eea36d5fa216f88aafd92))
2626

2727
### 0.0.1-0 (2022-01-18)

packages/simple-github-release/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
[size]: https://packagephobia.com/badge?p=simple-github-release
2424
[size-url]: https://packagephobia.com/result?p=simple-github-release
2525

26-
[build]: https://img.shields.io/github/actions/workflow/status/TrigenSoftware/simple-release-tools/tests.yml?branch=main
27-
[build-url]: https://github.com/TrigenSoftware/simple-release-tools/actions
26+
[build]: https://img.shields.io/github/actions/workflow/status/TrigenSoftware/simple-release/tests.yml?branch=main
27+
[build-url]: https://github.com/TrigenSoftware/simple-release/actions
2828

29-
[coverage]: https://img.shields.io/codecov/c/github/TrigenSoftware/simple-release-tools.svg?flag=simple-github-release
30-
[coverage-url]: https://app.codecov.io/gh/TrigenSoftware/simple-release-tools/tree/main/packages%2Fsimple-github-release
29+
[coverage]: https://img.shields.io/codecov/c/github/TrigenSoftware/simple-release.svg?flag=simple-github-release
30+
[coverage-url]: https://app.codecov.io/gh/TrigenSoftware/simple-release/tree/main/packages%2Fsimple-github-release
3131

3232
A simple tool to create GitHub releases. It reads the latest notes from changelog and creates a release on the GitHub repository with them.
3333

0 commit comments

Comments
 (0)