Skip to content

Commit 579de42

Browse files
github-actions[bot]stee-re
authored andcommitted
ci: remove mono install from build steps
1 parent 97bbca6 commit 579de42

File tree

5 files changed

+105
-87
lines changed

5 files changed

+105
-87
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
outputs:
1313
release_created: ${{ steps.release.outputs.release_created }}
14+
tag_name: ${{ steps.release.outputs.tag_name }}
1415
permissions:
1516
contents: write
1617
pull-requests: write
@@ -60,7 +61,7 @@ jobs:
6061
if: ${{ needs.release-please.outputs.release_created }}
6162
name: Build electron installers and create release
6263
runs-on: ubuntu-latest
63-
container: electronuserland/builder:22-wine-mono
64+
container: electronuserland/builder:22-wine
6465
permissions:
6566
contents: write
6667
pages: write

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ ".": "0.0.0" }
1+
{".":"0.0.1"}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## 0.0.1 (2025-08-22)
4+
5+
6+
### Features
7+
8+
* added (nearly all) oscd-editor-* plugins ([9c75fda](https://github.com/OMICRONEnergyOSS/oscd-ce/commit/9c75fda2841d59e0d85fb8126a98dd1a4a93f76f))
9+
* initial commit ([722fd68](https://github.com/OMICRONEnergyOSS/oscd-ce/commit/722fd6812abd5918226e77f07fa0f5844eb6ebf7))
10+
11+
## 0.0.1 (2025-08-22)
12+
13+
14+
### Features
15+
16+
* added (nearly all) oscd-editor-* plugins ([9c75fda](https://github.com/OMICRONEnergyOSS/oscd-ce/commit/9c75fda2841d59e0d85fb8126a98dd1a4a93f76f))
17+
* initial commit ([722fd68](https://github.com/OMICRONEnergyOSS/oscd-ce/commit/722fd6812abd5918226e77f07fa0f5844eb6ebf7))

package-lock.json

Lines changed: 84 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"lint-staged": "^16.1.5",
142142
"prettier": "^3.6.2",
143143
"rimraf": "^6.0.1",
144-
"rollup": "^4.47.0",
144+
"rollup": "^4.47.1",
145145
"rollup-plugin-copy": "^3.5.0",
146146
"rollup-plugin-workbox": "^8.1.2",
147147
"typescript": "^5.9.2"

0 commit comments

Comments
 (0)