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

Change releasing to version

parent 057885cb
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.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 ~/TeamComments-${VERSION}.tar.gz --exclude=.git -C .. TeamComments`
* create a release from the tag at https://code.librehq.com/ots/mediawiki/TeamComments-/tags/${VERSION}
* upload the tar.gz to that release
{
"name": "ActivityLog",
"version": "0.0.1",
"version": "0.1.0",
"author": [
"Open Tech Strategies"
],
......@@ -8,6 +8,9 @@
"url": "https://code.librehq.com/ots/mediawiki/ActivityLog",
"descriptionmsg": "activitylog-desc",
"type": "other",
"requires": {
"MediaWiki": ">= 1.39.0"
},
"LogActions": {
"activitylog/activity": "activitylog-activity"
},
......@@ -37,5 +40,6 @@
},
"Config": {
"ActivityLogHooksToWatch": []
}
},
"manifest_version": 1
}
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