All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fix a regression from 2.1.0 when the changelog command is used without a configuration file
- Add the possibility to choose the changelog filepath in the configuration file with
changelog_path
- Add some aliases in the command line for some parameters
- Update the documentation
- Fix an issue when packaging this project on https://pypi.org/
- Add a dedicated website for the documentation https://opengisch.github.io/qgis-plugin-ci/
- Improve the changelog parser :
- The
changelog_regexp
parameter has been removed - The CHANGELOG.md must follow semantic versioning and Keep A Changelog
- The
experimental
flag is determined automatically if the package name is following the semantic versioning
- The
- Add a special keyword
latest
to package the latest version described in a CHANGELOG.md file - Possible to install the repository using pip install with the GIT URL
- Separate python files and UI files in the temporary PRO file (#29)
- Keep the plugin path when creating the ZIP
- Rename qgis_plugin_ci_testing to qgis_plugin_CI_testing to have a capital letter
- Update readme about plugin_path
- Run travis on tags too (#24)
- better support of spaces in plugin name
- Use underscore instead of hyphen for plugin name #22 (#23)
- Create temporary .pro file to make pylupdate5 work with unicode char (#19)
(This version note is used in unit-tests)
- Tag without "v" prefix
- Add a CHANGELOG.md file for testing