Skip to content

Commit

Permalink
Up patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
VEZY committed Mar 8, 2023
1 parent 1273c6b commit ff277f7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/register.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Register Package
on:
workflow_dispatch:
inputs:
version:
description: Version to register or component to bump
required: true
jobs:
register:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: julia-actions/RegisterAction@latest
with:
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PlantGeom"
uuid = "5edaa67e-25db-4eb9-bf81-05d793b2238d"
authors = ["remi.vezy <[email protected]> and contributors"]
version = "0.4.1"
version = "0.4.2"

[deps]
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Expand Down

2 comments on commit ff277f7

@VEZY
Copy link
Owner Author

@VEZY VEZY commented on ff277f7 Mar 8, 2023

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/79200

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.4.2 -m "<description of version>" ff277f76563d27c21b5221eff54cf64fcd9857f0
git push origin v0.4.2

Please sign in to comment.