mirror of
https://github.com/wekan/wekan.git
synced 2026-02-28 19:00:17 +01:00
15 lines
343 B
Markdown
15 lines
343 B
Markdown
|
|
# Steps to release
|
||
|
|
|
||
|
|
## 1. Update these for new version info
|
||
|
|
|
||
|
|
- package.json: updated dependencies and new version info
|
||
|
|
- package-lock.json: updated dependencies and 2x new version info
|
||
|
|
- CHANGELOG.md: Newest changes and new version info
|
||
|
|
- Optionally: source code at src/ directory
|
||
|
|
|
||
|
|
## 2. Release new version number
|
||
|
|
|
||
|
|
```
|
||
|
|
./release.sh 1.0.5
|
||
|
|
```
|