Skip to content

Commit

Permalink
fix tag release
Browse files Browse the repository at this point in the history
  • Loading branch information
akdor1154 committed Jul 3, 2020
1 parent a5c8e97 commit 38e2e9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,5 @@ workflows:
filters:
tags:
only: /^candidate_v\d+\.\d+\.\d+.*$/
branches:
ignore: /.*/

2 comments on commit 38e2e9f

@akdor1154
Copy link
Owner Author

Choose a reason for hiding this comment

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

[CircleCI-triggered]
@JuliaRegistrator register

@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 updated: JuliaRegistries/General/17378

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.1.0 -m "<description of version>" 38e2e9f76c2de7d09be92d1ab66ed7d690318cb5
git push origin v0.1.0

Please sign in to comment.