Skip to content

Commit 7ad7004

Browse files
committed
Merge branch 'main' of github.com:lachlangrose/plugin_loopstructural
2 parents 9ba7e69 + e8a6ce6 commit 7ad7004

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

.github/workflows/releaser.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
python -m pip install -U pip setuptools wheel
3939
python -m pip install -U -r requirements/packaging.txt
4040
41-
- name: Compile translations
42-
run: lrelease ${{ env.PROJECT_FOLDER }}/resources/i18n/*.ts
41+
# - name: Compile translations
42+
# run: lrelease ${{ env.PROJECT_FOLDER }}/resources/i18n/*.ts
4343

44-
- name : Get current changelog for ${GITHUB_REF/refs\/tags\//}
45-
run: qgis-plugin-ci changelog ${GITHUB_REF/refs\/tags\//} >> release.md
44+
# - name : Get current changelog for ${GITHUB_REF/refs\/tags\//}
45+
# run: qgis-plugin-ci changelog ${GITHUB_REF/refs\/tags\//} >> release.md
4646

4747
- name: Create release on GitHub
4848
uses: ncipollo/release-action@v1.15.0

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
".": "0.0.1"
2+
".": "0.0.1",
3+
"loopstructural": "0.1.0"
34
}

loopstructural/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-02-21)
4+
5+
6+
### Bug Fixes
7+
8+
* bump version ([050947c](https://github.com/Loop3D/plugin_loopstructural/commit/050947ca6468291ef40c947893215c6f7eb0becc))

0 commit comments

Comments
 (0)