Skip to content

Commit

Permalink
Docs: add a footnote explaining how to get to the page for triggering…
Browse files Browse the repository at this point in the history
… the workflow dispatch event (#58)
  • Loading branch information
DilumAluthge authored Sep 15, 2021
1 parent 64339a1 commit b5f540a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BumpStdlibs"
uuid = "10e0400f-8273-43d0-bd6e-07483373ba4f"
authors = ["Dilum Aluthge", "contributors"]
version = "4.3.0"
version = "4.3.1"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down
4 changes: 3 additions & 1 deletion docs/src/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CurrentModule = BumpStdlibs

If you are a `JuliaLang` committer, and you want to run
the BumpStdlibs action now, here are the steps:
1. Go to [this URL](https://github.com/JuliaLang/BumpStdlibs.jl/actions/workflows/BumpStdlibs.yml).
1. Go to [this URL](https://github.com/JuliaLang/BumpStdlibs.jl/actions/workflows/BumpStdlibs.yml).[^1]
2. In the section that says "This workflow has a `workflow_dispatch` event trigger", click on the `Run workflow` button.
3. Under "Use workflow from", make sure that you have selected the `master` branch
4. Under "Comma-separated list of stdlibs to include":
Expand All @@ -15,3 +15,5 @@ the BumpStdlibs action now, here are the steps:
- `Pkg`
- `Downloads,Statistics,Tar`
5. Click on the green `Run workflow` button.

[^1]: If that link does not work, go to the [BumpStdlibs.jl repository](https://github.com/JuliaLang/BumpStdlibs.jl), click on the [Actions tab](https://github.com/JuliaLang/BumpStdlibs.jl/actions), and then click on "BumpStdlibs" (in the left-hand sidebar, under "Workflows").

2 comments on commit b5f540a

@DilumAluthge
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/44886

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v4.3.1 -m "<description of version>" b5f540aec82147d158dfe00dc92fd3ecf3fbe79c
git push origin v4.3.1

Please sign in to comment.