Compare commits
4 Commits
v0.3.2
...
fix/releas
Author | SHA1 | Date | |
---|---|---|---|
5d7bb7a1df | |||
c807b4a0dc | |||
3857dda5cf | |||
b77ba350c3 |
@ -3,7 +3,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- feat/release_actions
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
@ -14,14 +13,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: write # to be able to publish a GitHub release
|
contents: write # to be able to publish a GitHub release
|
||||||
issues: write # to be able to comment on released issues
|
|
||||||
pull-requests: write # to be able to comment on released pull requests
|
|
||||||
id-token: write # to enable use of OIDC for npm provenance
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 1
|
||||||
- name: run_release
|
- name: run_release
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
@ -1,6 +1,14 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
|
||||||
|
## v0.3.3 (2025-05-07)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- Exclude .git from template
|
||||||
|
([`b77ba35`](https://gitea.psi.ch/bec/bec_plugin_copier_template/commit/b77ba350c37dc466d87ac885677a45b16ef0274d))
|
||||||
|
|
||||||
|
|
||||||
## v0.3.2 (2025-05-07)
|
## v0.3.2 (2025-05-07)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
_exclude:
|
_exclude:
|
||||||
- ".gitea/"
|
- ".gitea/"
|
||||||
|
- ".git/"
|
||||||
- "CHANGELOG.md"
|
- "CHANGELOG.md"
|
||||||
# imports
|
# imports
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<ui version="4.0">
|
<ui version="4.0">
|
||||||
<class>{{ widget_plugin.class | stash_filename }}</class>
|
<class>{{ widget_plugin.class }}</class>
|
||||||
<widget class="QWidget" name="{{ widget_plugin.class }}">
|
<widget class="QWidget" name="{{ widget_plugin.module | snake_to_camel }}">
|
||||||
</widget>
|
</widget>
|
||||||
<resources />
|
<resources />
|
||||||
<connections />
|
<connections />
|
||||||
|
Reference in New Issue
Block a user