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

Issue for triggering new releases #4

Closed
ablaom opened this issue Jun 11, 2021 · 27 comments
Closed

Issue for triggering new releases #4

ablaom opened this issue Jun 11, 2021 · 27 comments

Comments

@ablaom
Copy link
Member

ablaom commented Jun 11, 2021

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/38617

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>" 1180e1870569503c15b2deee646ff31974a7b1b7
git push origin v0.1.0

@ablaom
Copy link
Member Author

ablaom commented Jun 13, 2021

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Registration pull request updated: JuliaRegistries/General/38617

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>" 09c43eb537a08b2a9eaae9f745eb06654d2b150b
git push origin v0.1.0

@ablaom
Copy link
Member Author

ablaom commented Jun 30, 2021

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/39928

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.1 -m "<description of version>" 89399da6200c32bc7bb6b5459457663af4c1fa17
git push origin v0.1.1

@ablaom
Copy link
Member Author

ablaom commented Aug 12, 2021

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/42686

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.2 -m "<description of version>" 2d5132ad6cd9cb5300c5608c1868c54d5ac4535a
git push origin v0.1.2

@ablaom ablaom pinned this issue Dec 28, 2021
@ablaom ablaom closed this as completed Dec 28, 2021
@ablaom
Copy link
Member Author

ablaom commented Dec 28, 2021

@JuliaRegistrator register branch=master

release notes:

  • (breaking) Change syntax EnsembleModel(atom=...) to EnsembleModel(model=...) for consistency with other MLJ model wrappers (eg, TunedModel) but additionally allow passing model as non-keyword argument, as in EnsembleModel(my_tree, ...).
  • Add CategoricalDistributions.jl as a dependency
  • Bump compat for MLJBase to 0.19 and address the fact that UnivariateFinite functionality is not defined in MLJBase 0.19, but in CategoricalDistributions.jl instead.

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/51307

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.2.0 -m "<description of version>" 88cd6d40d8e09e10d1e49ea2bb5e0ab54373e68a
git push origin v0.2.0

@ablaom
Copy link
Member Author

ablaom commented Apr 6, 2022

@JuliaRegistrator register branch=master

Release notes:

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/57999

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

@ablaom
Copy link
Member Author

ablaom commented Jun 7, 2022

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/61929

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.3.1 -m "<description of version>" 09518b2d1cf211e940d537a15fd6c05e08963838
git push origin v0.3.1

@ablaom
Copy link
Member Author

ablaom commented Nov 7, 2022

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/71788

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

@ablaom
Copy link
Member Author

ablaom commented May 9, 2023

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/83149

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.3.3 -m "<description of version>" 43f74c1774145da50e70522fccee71693ce05b35
git push origin v0.3.3

@ablaom
Copy link
Member Author

ablaom commented Sep 25, 2023

@JuliaRegistrator register branch=master

Release notes:

@JuliaRegistrator
Copy link

Error while trying to register: "Tag with name v0.3.3 already exists and points to a different commit"

@ablaom
Copy link
Member Author

ablaom commented Sep 25, 2023

@JuliaRegistrator register branch=master

Release notes:

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/92202

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.0 -m "<description of version>" 6ab6c66955677ad4b84a173fb0ff5a7b082c1a17
git push origin v0.4.0

@ablaom
Copy link
Member Author

ablaom commented Apr 18, 2024

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/105140

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

@ablaom
Copy link
Member Author

ablaom commented May 10, 2024

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/106518

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

@ablaom
Copy link
Member Author

ablaom commented Jun 3, 2024

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/108127

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 v0.4.3 -m "<description of version>" 439e368a9c86156938b0f442fac35d4b620b2d39
git push origin v0.4.3

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

2 participants