Skip to content

Commit

Permalink
Release please config (#1365)
Browse files Browse the repository at this point in the history
* Added release-please

* Added bootstrap sha

* fixed json

* Chore: Checking Release please

* Fix: Removed core from release-please

* Removed unused steps for release-please

* chore(main): release open-scd 0.33.1

* Chore: Added tag separator

* Chore: Added Release please config

* Reverted version upgrade for OpenSCD

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
pascalwilbrink and github-actions[bot] authored Nov 16, 2023
1 parent af796bc commit e780fb7
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"packages/open-scd": "0.33.1"
}
2 changes: 1 addition & 1 deletion packages/open-scd/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/open-scd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"repository": "https://github.com/openscd/open-scd.git",
"directory": "packages/open-scd",
"description": "A bottom-up substation configuration designer for projects described using SCL `IEC 61850-6` Edition 2 or greater.",
"private": true,
"keywords": [
"SCL",
"substation configuration",
Expand Down
69 changes: 69 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
{
"changelog-sections": [
{
"type": "feat",
"section": "✨ Features"
},
{
"type": "feature",
"section": "✨ Features"
},
{
"type": "fix",
"section": "🐞 Bug Fixes"
},
{
"type": "perf",
"section": "🚀 Performance Improvements"
},
{
"type": "revert",
"section": "Reverts"
},
{
"type": "docs",
"section": "📚 Documentation"
},
{
"type": "style",
"section": "Styles",
"hidden": true
},
{
"type": "chore",
"section": "📦 Miscellaneous Chores"
},
{
"type": "refactor",
"section": "Code Refactoring"
},
{
"type": "test",
"section": "Tests",
"hidden": true
},
{
"type": "ci",
"section": "Continuous Integration",
"hidden": true
}
],
"packages": {
"packages/open-scd": {
"component": "open-scd",
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"initial-version": "0.33.0",
"include-component-in-tag": true,
"include-v-in-tag": true,
"tag-separator": "@"
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"bootstrap-sha": "{{ TODO_FIX_SHA }}",
"release-type": "node"
}

0 comments on commit e780fb7

Please sign in to comment.