We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f037d commit 4dd1c30Copy full SHA for 4dd1c30
.craft.yml
@@ -25,4 +25,3 @@ targets:
25
includeNames: /^sentry-node-.*\.tgz$/
26
config:
27
canonical: 'npm:@sentry/node'
28
- - name: gh-pages
HOW TO RELEASE v4.md
@@ -0,0 +1,7 @@
1
+1. Update Changelog and bump version manually with
2
+
3
+`yarn lerna version --exact --no-git-tag-version --no-push --include-merged-tags VERSION`
4
5
+2. Publish it with `craft` by specifying a rev
6
7
+`craft publish VERSION --rev REV`
NOTES.md
0 commit comments