Skip to content

Commit b048f6f

Browse files
authored
Remove manual release instructions. (#477)
1 parent 8876804 commit b048f6f

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -136,23 +136,12 @@ heartbeat locally
136136

137137
##### End to End tests
138138

139-
We run end to end tests for the Synthetics agent itself, as well as the Elastic Synthetics integration. For more information, view the [README](./__tests__/e2e/README.md) in the end to end tests repo.
139+
We run end to end tests for the Synthetics agent itself, as well as the Elastic Synthetics integration. For more information, view the [README](./__tests__/e2e/README.md) in the end to end tests repo.
140140

141141
### Releasing
142142

143143
**NOTE: This project is currently in Beta phase**
144144

145-
#### Manually
146-
147-
If you have access to publish the package to NPM, the process is as follows:
148-
149-
1. Be sure you have checked out the `main` branch and have pulled the latest changes
150-
1. Run the tests to make sure everything is green
151-
1. Bump the beta version by running `npm version prerelease --preid=beta`
152-
1. Push commits and tags upstream with `git push upstream main && git push upstream --tags`
153-
1. Publish to NPM using with `npm publish --tag beta`
154-
1. Mark the last published beta tags as latest using `npm dist-tag add @elastic/synthetics@<$VERSION> latest`
155-
156145
#### CI based
157146

158147
The release process is also automated in the way any specific commit from the main branch can be potentially released, for such it's required the below steps:

0 commit comments

Comments
 (0)