Skip to content
Snippets Groups Projects
Commit 846ad7c3 authored by Frank Duncan's avatar Frank Duncan
Browse files

Releasing 0.2.0

parent 35383047
No related branches found
No related tags found
No related merge requests found
# Releasing
When releasing a new version, a few things need to happen:
* Update the variable in extension.json
* `version` attribute in [extension/Torque/extension.json]
* commit the version update
* tag the release in git
* push to origin
* upload a new version of the extension to gitlab via
* create via `tar -cvzf ~/Deliberation-${VERSION}.tar.gz --exclude=.git -C .. Deliberation`
* create a release from the tag at https://code.librehq.com/ots/mediawiki/Deliberation/-/tags/${VERSION}
* upload the tar.gz to that release
{
"name": "Deliberation",
"version": "0.1.0",
"version": "0.2.0",
"author": [
"Open Tech Strategies"
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment