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
5626dabd
Commit
5626dabd
authored
Jan 10, 2017
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update release steps
updates #752
parent
8147f81e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
RELEASE.md
RELEASE.md
+5
-0
No files found.
RELEASE.md
View file @
5626dabd
...
...
@@ -3,11 +3,16 @@
1.
Run
`make check`
to check that all tests pass.
2.
Decide on a version number, e.g. 1.0.5
3.
Run
`make release VERSION=1.0.5`
4.
Update
`index.html`
to point to that version of the CDN (could perhaps be put in Makefile)
4.
Do a
`git diff`
to check if things look sane.
4.
Do a quick manual test with the
`dist`
files (via
`index.html`
)
5.
`git commit -am "New release 1.0.5"`
6.
`git tag -s v1.0.5
7. Run `
git push && git push --tags
`
8. Update http://conversejs.org
* Create a new version for the CDN by copying
* Check out the correct tag
* Run `
make dist
`
* Do the same for the root dir
9. Create `
1.0.5
` directory for the CDN.
10. Run `
npm publish
`
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