-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
45 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# FRSOURCE Tooling | ||
# FRSOURCE Toolkit | ||
|
||
A repository that holds configuration files for tooling used throughout the FRSOURCE organization. | ||
A repository that holds shared toolkit used throughout the FRSOURCE organization: | ||
|
||
- configuration files, | ||
- GitHub Actions scripts. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,13 +18,13 @@ | |
"peerDependencies": { | ||
"eslint": ">= 9" | ||
}, | ||
"homepage": "https://github.com/FRSOURCE/tooling/", | ||
"homepage": "https://github.com/FRSOURCE/toolkit/", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/FRSOURCE/tooling.git" | ||
"url": "git+https://github.com/FRSOURCE/toolkit.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/FRSOURCE/tooling/issues" | ||
"url": "https://github.com/FRSOURCE/toolkit/issues" | ||
}, | ||
"author": "Jakub Freisler <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,13 +18,13 @@ | |
"peerDependencies": { | ||
"eslint": ">= 9" | ||
}, | ||
"homepage": "https://github.com/FRSOURCE/tooling/", | ||
"homepage": "https://github.com/FRSOURCE/toolkit/", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/FRSOURCE/tooling.git" | ||
"url": "git+https://github.com/FRSOURCE/toolkit.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/FRSOURCE/tooling/issues" | ||
"url": "https://github.com/FRSOURCE/toolkit/issues" | ||
}, | ||
"author": "Jakub Freisler <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
const { monorepoIndependent } = require("./index.cjs"); | ||
|
||
module.exports = monorepoIndependent({ | ||
name: "release-it", | ||
name: "release-it-config", | ||
buildCmd: "", // no build needed | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
{ | ||
"name": "@frsource/release-it-config", | ||
"version": "1.0.0", | ||
"main": "dist/index.cjs", | ||
"types": "dist/index.d.ts", | ||
"main": "index.cjs", | ||
"type": "module", | ||
"scripts": { | ||
"release": "release-it" | ||
}, | ||
"dependencies": { | ||
"@release-it/bumper": "^6.0.1", | ||
"@release-it/conventional-changelog": "^8.0.1" | ||
}, | ||
"devDependencies": { | ||
|
@@ -17,13 +15,13 @@ | |
"peerDependencies": { | ||
"release-it": ">= 17" | ||
}, | ||
"homepage": "https://github.com/FRSOURCE/tooling/", | ||
"homepage": "https://github.com/FRSOURCE/toolkit/", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/FRSOURCE/tooling.git" | ||
"url": "git+https://github.com/FRSOURCE/toolkit.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/FRSOURCE/tooling/issues" | ||
"url": "https://github.com/FRSOURCE/toolkit/issues" | ||
}, | ||
"author": "Jakub Freisler <[email protected]>", | ||
"license": "MIT", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.