Skip to content

Commit 0aa255a

Browse files
committed
Docs: post-receive hook -> service hook
1 parent 0da761b commit 0aa255a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/docs/publish.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ ready to publish your plugin!
3636

3737
## Publishing a Version
3838

39-
After the post-receive hook is setup and your manifest has been added,
39+
After the service hook is setup and your manifest has been added,
4040
publishing your plugin is as simple as tagging the version in git and pushing
41-
the tag to GitHub. The post-receive hook will notify the plugins site that a
41+
the tag to GitHub. The service hook will notify the plugins site that a
4242
new tag is available and the plugins site will take care of the rest!
4343

4444
```bash

0 commit comments

Comments
 (0)