https://github.com/rocketchat/rocket.chat.houston
Rocket.Chat internal command line tools for releases
https://github.com/rocketchat/rocket.chat.houston
Last synced: 9 months ago
JSON representation
Rocket.Chat internal command line tools for releases
- Host: GitHub
- URL: https://github.com/rocketchat/rocket.chat.houston
- Owner: RocketChat
- License: mit
- Created: 2018-04-25T20:23:53.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T03:14:34.000Z (almost 3 years ago)
- Last Synced: 2025-09-23T18:43:21.017Z (9 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@rocket.chat/houston
- Size: 462 KB
- Stars: 6
- Watchers: 5
- Forks: 11
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rocket.Chat.Houston
Rocket.Chat internal command line tools for releases
This is our primary version of our internal tool to help us on the release process managing merges, version updates in files, history (changelog), commits, pushs, branchs, tags and pull requests.
It's an inteactive CLI app.
```
npm i -g @rocket.chat/houston
```
Start release process
```
houston release
```
Update .github/history.logs
```
houston logs
```
Update History.md
```
houston md
```