Skip to content

Commit d45ba5a

Browse files
committed
chore(docs): add readme and contrib
1 parent 940bb02 commit d45ba5a

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.changeset/brave-heads-warn.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@vercel/repository-dispatch': minor
3+
---
4+
5+
Add documentation

CONTRIBUTING.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Release
2+
3+
Releases are handled with changesets. To create a new release - run:
4+
5+
```bash
6+
pnpm changeset
7+
```
8+
9+
and follow the prompts. Commit the resulting changeset file and push it to the repository. Do not manually change the version of the package to be published. Changesets will automatically determine the correct version, and handle the release process.

README.md

-4
This file was deleted.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
packages/repository-dispatch/README.md
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# `@vercel/repository-dispatch`
2+
3+
Utilities and types for working with [`repository_dispatch`](https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#repository_dispatch) events triggered by Vercel.
4+
5+
[Learn more](https://vercel.com/docs/git/vercel-for-github#repository-dispatch)

0 commit comments

Comments
 (0)