Commit 975e111d authored by JC Brand's avatar JC Brand

Remove publish recipe and update release notes

parent 5188c5d0
# Changelog # Changelog
## 4.0.5 (Unreleased)
## 4.0.4 (2018-10-29) ## 4.0.4 (2018-10-29)
- Use [Lerna](https://lernajs.io/) to create the @converse/headless package - Use [Lerna](https://lernajs.io/) to create the @converse/headless package
......
...@@ -100,9 +100,6 @@ release: ...@@ -100,9 +100,6 @@ release:
make po2json make po2json
make build make build
.PHONY: publish
publish:
$(LERNA) publish from-git
######################################################################## ########################################################################
## Install dependencies ## Install dependencies
......
...@@ -15,4 +15,5 @@ ...@@ -15,4 +15,5 @@
* Update `index.html` to point to that version of the CDN * Update `index.html` to point to that version of the CDN
* Run `make dist` * Run `make dist`
* Do the same for the root dir * Do the same for the root dir
11. Run `npm publish` 11. Run `npm publish && cd src/headless/ && npm publish`
12. Update the repository on weblate
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment