-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add reference to attobot in package docs (#19596)
- Loading branch information
1 parent
497e12c
commit 1362268
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -833,6 +833,10 @@ INFO: Cloning FooBar from [email protected]:StefanKarpinski/FooBar.jl.git | |
|
||
### Tagging and Publishing Your Package | ||
|
||
!!! tip | ||
If you are hosting your package on GitHub, you can use the [attobot integration](https://github.com/attobot/attobot) | ||
to handle package registration, tagging and publishing. | ||
|
||
Once you've decided that `FooBar` is ready to be registered as an official package, you can add | ||
it to your local copy of `METADATA` using `PkgDev.register()`: | ||
|
||
|