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
4520a04b
Commit
4520a04b
authored
Nov 19, 2020
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Postrelease
parent
85375842
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
CHANGES.md
CHANGES.md
+3
-0
RELEASE.md
RELEASE.md
+1
-1
src/headless/converse-core.js
src/headless/converse-core.js
+1
-1
No files found.
CHANGES.md
View file @
4520a04b
# Changelog
## 7.0.2 (Unreleased)
## 7.0.1 (2020-11-19)
-
#2328: Honor
`use_system_emojis`
in emoji-picker
...
...
RELEASE.md
View file @
4520a04b
...
...
@@ -14,7 +14,7 @@
*
`cd 7.0.1 && ASSET_PATH=https://cdn.conversejs.org/7.0.1/dist/ make dist && make doc`
*
`cd .. && git pull && ASSET_PATH=https://cdn.conversejs.org/dist/ make dist && make doc`
10.
Update release page on Github
11.
Run
`npm pack
`
to generate tarballs and
upload them to the Github release page
11.
Run
`npm pack
&& cd src/headless && npm pack`
to generate tarballs. Then
upload them to the Github release page
12.
Run
`npm publish && cd src/headless/ && npm publish`
13.
Update the repository on weblate
14.
Decide on next release number and run
`make postrelease VERSION=7.0.2`
src/headless/converse-core.js
View file @
4520a04b
...
...
@@ -268,7 +268,7 @@ export const _converse = {
}
_converse
.
VERSION_NAME
=
"
v7.0.
1
"
;
_converse
.
VERSION_NAME
=
"
v7.0.
2dev
"
;
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