Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Release #9

Closed
ranocha opened this issue Sep 16, 2019 · 8 comments
Closed

New Release #9

ranocha opened this issue Sep 16, 2019 · 8 comments

Comments

@ranocha
Copy link
Member

ranocha commented Sep 16, 2019

I've added some additional functionality in the last days but do not plan to add more in the next few days. Shall/can we release a new version?
How shall we generally proceed with releasing a new version?

@ChrisRackauckas
Copy link
Member

Release when you need to. If a repo is sitting for a bit with some unreleased commits I usually make sure they end up released.

@ranocha
Copy link
Member Author

ranocha commented Sep 17, 2019

Okay, thanks.

@ranocha
Copy link
Member Author

ranocha commented Sep 17, 2019

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/3590

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.0.2 -m "<description of version>" af71ca10deb8dd14d2cf898fe610ffd2a1af2416
git push origin v0.0.2

@ranocha ranocha closed this as completed Sep 17, 2019
@ChrisRackauckas
Copy link
Member

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/82238

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 v2.18.1 -m "<description of version>" 55eacf1693ada3a29e79c60e65fdee73585b9025
git push origin v2.18.1

@ChrisRackauckas
Copy link
Member

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/113613

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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 v2.23.1 -m "<description of version>" 5c6d33ba5a6d6c32ba320c7cb29ea54daf970588
git push origin v2.23.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants