File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed
Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11{
2- "." : " 0.0.1"
2+ "." : " 0.0.1" ,
3+ "loopstructural" : " 0.1.0"
34}
Original file line number Diff line number Diff line change 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 ) )
You can’t perform that action at this time.
0 commit comments