Skip to content

Commit

Permalink
Release of 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Oct 15, 2020
1 parent fe60e92 commit eeb4309
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pg_metadata/test/ export-ignore
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install Qt lrelease
run: sudo apt-get install qt5-default qttools5-dev-tools

- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
Expand All @@ -38,4 +41,5 @@ jobs:
qgis-plugin-ci
release ${GITHUB_REF/refs\/tags\//}
--github-token ${{ secrets.BOT_HUB_TOKEN }}
--transifex-token ${{ secrets.TRANSIFEX_TOKEN }}
--create-plugin-repo
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# Python
__pycache__/
*.pyc

# OS
.DS_Store

# IDE
.idea/

# Plugins, QGIS-plugin-CI
pg_metadata.*.zip
plugins.xml
pg_metadata/i18n/*.ts
pg_metadata/i18n/*.qm

# Temp files
*~
*.bak
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## CHANGELOG

### 0.0.2 - 15/10/2020

* Add French language

### 0.0.1 - 14/10/2020

* Provide a basic locator for adding layers
Expand Down
2 changes: 1 addition & 1 deletion pg_metadata/qgis_plugin_tools

0 comments on commit eeb4309

Please sign in to comment.