Skip to content

Commit

Permalink
Merge pull request #54 from Zuoqiu-Yingyi/dev
Browse files Browse the repository at this point in the history
chore: release 1.2.1
  • Loading branch information
Zuoqiu-Yingyi authored Dec 7, 2024
2 parents 1c0401c + f8b9de3 commit 3e13351
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 72 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
target-branch: main

# Path to the release-please config in the repository. Defaults to release-please-config.json
config-file: release-please-config.json
# config-file: release-please-config.json

# Path to the release-please versions manifest. Defaults to .release-please-manifest.json
manifest-file: .release-please-manifest.json
# manifest-file: .release-please-manifest.json
1 change: 0 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
{
".": "1.2.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "custom-block",
"type": "module",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion public/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "custom-block",
"author": "Zuoqiu Yingyi",
"url": "https://github.com/Zuoqiu-Yingyi/siyuan-plugin-custom-block",
"version": "1.2.0",
"version": "1.2.1",
"minAppVersion": "3.1.12",
"keywords": [
"CSS",
Expand Down
134 changes: 67 additions & 67 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,73 +1,73 @@
{
"packages": {
".": {
"release-as": "1.2.1",
"release-type": "node",
"release-as": "1.2.0"
"prerelease": true,
"include-component-in-tag": false,
"pull-request-header": ":robot: A new release will be created",
"changelog-types": [
{
"type": "build",
"section": "Build System",
"hidden": false
},
{
"type": "chore",
"section": "Miscellaneous",
"hidden": false
},
{
"type": "ci",
"section": "Continuous Integration",
"hidden": false
},
{
"type": "docs",
"section": "Documentation",
"hidden": false
},
{
"type": "feat",
"section": "Features",
"hidden": false
},
{
"type": "fix",
"section": "Bug Fixes",
"hidden": false
},
{
"type": "perf",
"section": "Performance Improvements",
"hidden": false
},
{
"type": "refactor",
"section": "Code Refactoring",
"hidden": false
},
{
"type": "revert",
"section": "Reverts",
"hidden": true
},
{
"type": "style",
"section": "Styles",
"hidden": false
},
{
"type": "test",
"section": "Tests",
"hidden": false
},
{
"type": "",
"section": "Other Changes",
"hidden": false
}
]
}
},
"last-release-sha": "f31437a6e522af54ee900370f319f3f8cfc8c5ed",
"prerelease": true,
"pull-request-header": ":robot: A new release will be created",
"changelog-types": [
{
"type": "build",
"section": "Build System",
"hidden": false
},
{
"type": "chore",
"section": "Miscellaneous",
"hidden": false
},
{
"type": "ci",
"section": "Continuous Integration",
"hidden": false
},
{
"type": "docs",
"section": "Documentation",
"hidden": false
},
{
"type": "feat",
"section": "Features",
"hidden": false
},
{
"type": "fix",
"section": "Bug Fixes",
"hidden": false
},
{
"type": "perf",
"section": "Performance Improvements",
"hidden": false
},
{
"type": "refactor",
"section": "Code Refactoring",
"hidden": false
},
{
"type": "revert",
"section": "Reverts",
"hidden": true
},
{
"type": "style",
"section": "Styles",
"hidden": false
},
{
"type": "test",
"section": "Tests",
"hidden": false
},
{
"type": "",
"section": "Other Changes",
"hidden": false
}
]
}
}

0 comments on commit 3e13351

Please sign in to comment.