Skip to content

Commit

Permalink
chore: finalize everything for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed May 3, 2024
1 parent 0d0df7f commit 209fddc
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run:
name: Release
command: |
[[ $(netstat -tnlp | grep -F 'circleci-agent') ]] || pnpm -r --workspace-concurrency=1 exec -- tc release --dry-run
[[ $(netstat -tnlp | grep -F 'circleci-agent') ]] || pnpm -r --workspace-concurrency=1 exec -- tc release
workflows:
build:
Expand Down
8 changes: 6 additions & 2 deletions packages/clarity-feature-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "@jcoreio/clarity-feature-toolkit",
"version": "0.0.0-development",
"description": "development and deploy CLI for custom Clarity features",
"keywords": [],
"description": "CLI to develop and deploy custom features for Clarity",
"keywords": [
"jcore systems",
"jcore.io",
"clarity"
],
"author": "Andy Edwards",
"license": "MIT",
"bin": {
Expand Down
21 changes: 21 additions & 0 deletions packages/create-clarity-feature/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2024-present JCore Systems

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
7 changes: 6 additions & 1 deletion packages/create-clarity-feature/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-clarity-feature",
"version": "0.0.0-development",
"description": "creates a new Clarity custom feature project",
"description": "Create a new Clarity custom feature project",
"bin": "./dist/cli/index.js",
"scripts": {
"tc": "toolchain",
Expand All @@ -10,6 +10,11 @@
"prepublishOnly": "echo This package is meant to be published by semantic-release from the dist build directory. && exit 1"
},
"author": "Andy Edwards",
"keywords": [
"jcore systems",
"jcore.io",
"clarity"
],
"license": "MIT",
"devDependencies": {
"@jcoreio/eslint-plugin-implicit-dependencies": "^1.1.1",
Expand Down

0 comments on commit 209fddc

Please sign in to comment.