Skip to content

Commit

Permalink
patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart committed Feb 18, 2021
1 parent 599bb65 commit 3b344d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Franklin"
uuid = "713c75ef-9fc9-4b05-94a9-213340da978e"
authors = ["Thibaut Lienart <[email protected]>"]
version = "0.10.28"
version = "0.10.29"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down
3 changes: 3 additions & 0 deletions src/manager/file_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ $(SIGNATURES)
Given a path to a markdown file, this checks if that file exists. If so,
this processes the file as though it were the `config.md` markdown file.
See [`process_config`](@ref) for details.
Note: this should be called from within the `utils.jl` so that it's processed
*before* the user's config.md which then takes precedence.
"""
function include_external_config(filepath)::Nothing
parent_source = FD_ENV[:SOURCE]
Expand Down

2 comments on commit 3b344d6

@tlienart
Copy link
Owner Author

@tlienart tlienart commented on 3b344d6 Feb 18, 2021

Choose a reason for hiding this comment

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

@JuliaRegistrator register

@RaphaelArkadyMeyerNYU you could now start the registration process of your plugin package if you wanted

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

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 v0.10.29 -m "<description of version>" 3b344d67f36620306484d02ec7250f0640c17ea7
git push origin v0.10.29

Please sign in to comment.