Skip to content

Commit a98a56a

Browse files
committed
chore: ..
1 parent f6f2f32 commit a98a56a

6 files changed

Lines changed: 8525 additions & 4468 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,23 @@ See the [schema.json](./src/executors/schema.json) for the list of available opt
9999
### Version `1.0.0`
100100
101101
- `@nrwl/cypress` no longer required - the plugin is a standalone implementation that is not dependent on `@nrwl/cypress`. Use the available configuration options to configure the execution of cypress runs.
102+
103+
## Release
104+
105+
Create a new release (changelog, tags + github)
106+
107+
```sh
108+
npx nx release nx
109+
```
110+
111+
Releasing beta channel:
112+
113+
```sh
114+
npx nx publish nx --tag beta --otp CODE
115+
```
116+
117+
Releasing latest channel:
118+
119+
```sh
120+
npx nx publish nx --tag latest --otp CODE
121+
```

0 commit comments

Comments
 (0)