Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Validate
on:
pull_request:
branches: [main]
paths-ignore:
- '**/*.md'

jobs:
lint:
Expand Down
7 changes: 7 additions & 0 deletions CONTRIBUTING → CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ npm run lint:fix
npm run format:check
npm run format:write
```

### Releasing

1. Wait for `release-build` pipeline step to finish post push to `main`
2. `git fetch origin && git switch release-build && git pull`
3. `git tag v<INSERT_SEMVER_HERE>`
4. `git push origin <tag name>`