Skip to content

Commit

Permalink
Updated README.md with publishing instructions
Browse files Browse the repository at this point in the history
fixes TryGhost/Toolbox#495

- this provides documentation on how to publish a new version of Ghost-CLI
  • Loading branch information
daniellockyer committed Mar 21, 2023
1 parent f1265bd commit 7b7d5ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ To run the CLI for testing:
yarn test
```

#### Publishing a new version

1. `yarn ship -- -r patch/minor/major`
2. `npm publish`
3. Go to https://github.com/TryGhost/Ghost-CLI/releases/new and create a new release
4. Use `Generate release notes` and publish

# Copyright & License

Copyright (c) 2013-2022 Ghost Foundation - Released under the [MIT license](LICENSE). Ghost and the Ghost Logo are trademarks of Ghost Foundation Ltd. Please see our [trademark policy](https://ghost.org/trademark/) for info on acceptable usage.

0 comments on commit 7b7d5ba

Please sign in to comment.