Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
76aa1ef3
Commit
76aa1ef3
authored
Nov 18, 2020
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
`make postrelease`
parent
357cad8a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
CHANGES.md
CHANGES.md
+3
-1
RELEASE.md
RELEASE.md
+2
-2
src/headless/converse-core.js
src/headless/converse-core.js
+1
-1
No files found.
CHANGES.md
View file @
76aa1ef3
# Changelog
## 7.0.1 (Unreleased)
## 7.0.0 (2020-11-18)
*Note for plugin authors:*
...
...
RELEASE.md
View file @
76aa1ef3
...
...
@@ -10,8 +10,8 @@
8.
Update https://conversejs.org
*
`cd /home/conversejs/converse.js`
*
`git clone --branch v7.0.0 git@github.com:conversejs/converse.js.git 7.0.0`
*
`cd 7.0.0 && ASSET_PATH=https://cdn.conversejs.org/7.0.0/dist/ make dist`
*
`cd .. && git pull && ASSET_PATH=https://cdn.conversejs.org/dist/ make dist`
*
`cd 7.0.0 && ASSET_PATH=https://cdn.conversejs.org/7.0.0/dist/ make dist
&& make doc
`
*
`cd .. && git pull && ASSET_PATH=https://cdn.conversejs.org/dist/ make dist
&& make doc
`
9.
Update release page on Github
11.
Run
`npm publish && cd src/headless/ && npm publish`
12.
Update the repository on weblate
...
...
src/headless/converse-core.js
View file @
76aa1ef3
...
...
@@ -268,7 +268,7 @@ export const _converse = {
}
_converse
.
VERSION_NAME
=
"
v7.0.
0
"
;
_converse
.
VERSION_NAME
=
"
v7.0.
1dev
"
;
Object
.
assign
(
_converse
,
Events
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment