Skip to content

Commit

Permalink
Set git user + bump version + fix publish (#9)
Browse files Browse the repository at this point in the history
* Set user

* Bump version + fix publish

* Rush change
  • Loading branch information
ilbrando authored Jun 20, 2024
1 parent daa3b12 commit 5992f61
Show file tree
Hide file tree
Showing 18 changed files with 61 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 2
# - name: Git config user
# uses: snow-actions/[email protected]
# with:
# name: # Service Account's Name
# email: # Service Account's Email Address
- uses: actions/setup-node@v3
with:
node-version: 21
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Git config user
uses: snow-actions/[email protected]
with:
name: "release"
email: "[email protected]"
- uses: actions/setup-node@v3
with:
node-version: 21
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{
"packageName": "@ilbrando/eslint-plugin",
"comment": "First release",
"type": "major"
"type": "patch"
}
],
"packageName": "@ilbrando/eslint-plugin"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"changes": [
{
"packageName": "@ilbrando/eslint-plugin",
"comment": "Update package",
"comment": "First release",
"type": "patch"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{
"packageName": "@ilbrando/simple-form-joy",
"comment": "First release",
"type": "major"
"type": "patch"
}
],
"packageName": "@ilbrando/simple-form-joy"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@ilbrando/simple-form-joy",
"comment": "First release",
"type": "patch"
}
],
"packageName": "@ilbrando/simple-form-joy"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{
"packageName": "@ilbrando/simple-form-material-ui",
"comment": "First release",
"type": "major"
"type": "patch"
}
],
"packageName": "@ilbrando/simple-form-material-ui"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@ilbrando/simple-form-material-ui",
"comment": "First release",
"type": "patch"
}
],
"packageName": "@ilbrando/simple-form-material-ui"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{
"packageName": "@ilbrando/simple-form",
"comment": "First release",
"type": "major"
"type": "patch"
}
],
"packageName": "@ilbrando/simple-form"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@ilbrando/simple-form",
"comment": "First release",
"type": "patch"
}
],
"packageName": "@ilbrando/simple-form"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{
"packageName": "@ilbrando/utils",
"comment": "First release",
"type": "major"
"type": "patch"
}
],
"packageName": "@ilbrando/utils"
}
}
10 changes: 10 additions & 0 deletions common/changes/@ilbrando/utils/set-git-user_2024-06-20-12-51.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@ilbrando/utils",
"comment": "First release",
"type": "patch"
}
],
"packageName": "@ilbrando/utils"
}
2 changes: 1 addition & 1 deletion packages/simple-form-joy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ilbrando/simple-form-joy",
"version": "0.0.0",
"version": "1.0.0",
"description": "MUI joy components for @ilbrando/simple-form",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/simple-form-material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ilbrando/simple-form-material-ui",
"version": "0.0.0",
"version": "1.0.0",
"description": "MUI material-ui components for @ilbrando/simple-form",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/simple-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ilbrando/simple-form",
"version": "0.0.0",
"version": "1.0.0",
"description": "Simple form tools for react",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ilbrando/utils",
"version": "0.0.0",
"version": "1.0.0",
"description": "General typescript utilities",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion tools/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ilbrando/eslint-plugin",
"version": "0.0.0",
"version": "1.0.0",
"description": "ES lint rules",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 5992f61

Please sign in to comment.