Skip to content

Commit

Permalink
Fix a broken link (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored May 30, 2021
1 parent 33c2b78 commit bbf4839
Show file tree
Hide file tree
Showing 2 changed files with 2 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 = "3.1.0"
version = "3.1.1"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down
2 changes: 1 addition & 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 member of the `JuliaLang` organization, 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?query=workflow%3ABumpStdlibs).
1. Go to [this URL](https://github.com/JuliaLang/BumpStdlibs.jl/actions/workflows/BumpStdlibs.yml).
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 Down

2 comments on commit bbf4839

@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/37805

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 v3.1.1 -m "<description of version>" bbf483967d834ca0a0438e8a90cb7da9edcef467
git push origin v3.1.1

Please sign in to comment.