Skip to content

Commit

Permalink
Merge branch 'main' into bring-in-latest-website-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bladey authored Oct 11, 2021
2 parents 81382de + 4a78d32 commit 4665152
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,13 @@ yarn publish-changed

## GitHub tags

Publish all new tags to GitHub:

```sh
git push --tags
```

Checkout merge commit as a result of the `Version Packages` PR:

```sh
git checkout sha123
```

Create git tag relevant to release date:

```sh
git tag -a "YYYY-MM-DD" -m "YYYY-MM-DD"
```

Push tag to GitHub:
Publish all new tags (releases plus release date version) to GitHub:

```sh
git push --tags
Expand Down

0 comments on commit 4665152

Please sign in to comment.