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 to tag new releases #5

Closed
ablaom opened this issue Jan 28, 2021 · 36 comments
Closed

Issue to tag new releases #5

ablaom opened this issue Jan 28, 2021 · 36 comments

Comments

@ablaom
Copy link
Member

ablaom commented Jan 28, 2021

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/28906

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>" 325c22d3875d9b84540138817660aeb9b7f842fc
git push origin v0.1.2

@ablaom
Copy link
Member Author

ablaom commented Apr 21, 2021

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/34827

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

@ablaom
Copy link
Member Author

ablaom commented Aug 9, 2021

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/42503

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.4 -m "<description of version>" c5651213b6bdd72a55c9ff52affc4aa81d1b62aa
git push origin v0.1.4

@ablaom
Copy link
Member Author

ablaom commented Aug 9, 2021

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

ablaom commented Sep 28, 2021

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/45713

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.5 -m "<description of version>" 9b50abccf6073c0f759d8d2119aef01f3a84fb48
git push origin v0.1.5

@ablaom
Copy link
Member Author

ablaom commented Apr 6, 2022

@JuliaRegistrator register branch=master

Release notes:

  • (breaking) Re-implement the save and restore methods supporting serialization, to address MLJ API changes at Serialization MLJBase.jl#733. These changes are not backwards compatible: to restore models serialised using MLJXGBoostInterface < 0.2, you will need a version of MLJXGBoostInterface < 0.2 loaded.

  • Bump minimum Julia requirement to 1.6

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/57996

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>" 42afbd2974bd3bd734994004e367c98964ed1262
git push origin v0.2.0

@ablaom
Copy link
Member Author

ablaom commented Jun 2, 2022

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

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

@ablaom
Copy link
Member Author

ablaom commented Jun 2, 2022

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/61612

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.1 -m "<description of version>" d44debbb56b5dd9491864e39664b34f5b670c141
git push origin v0.2.1

@ablaom
Copy link
Member Author

ablaom commented Nov 11, 2022

@JuliaRegistrator register branch=master

Release notes:

  • Reorganize code for better maintenance and make adjustments for major overhaul of XGBoost.jl, 2.0.
  • Fix save method to create persistent representations of learned parameters that avoid file I/O.

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/72033

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>" 6df79c17c126bc30df3bfd852c68c06c2d96bb16
git push origin v0.3.0

@ablaom
Copy link
Member Author

ablaom commented Nov 16, 2022

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Error while trying to register: Version 0.3.1 already exists

@ExpandingMan
Copy link
Collaborator

I just registered 0.3.1 via juliahub successfully but tagbot did not trigger.... somehow wherever I go tagbot does not work, perhaps it doesn't work if you do it through juliahub?

@ablaom
Copy link
Member Author

ablaom commented Nov 16, 2022

Yeah, that's weird. I don't really get it.

I usually tag via a pinned issue, which I have in each repo and that appears to also kick TagBot into action.

@ablaom
Copy link
Member Author

ablaom commented Nov 16, 2022

@ablaom
Copy link
Member Author

ablaom commented Nov 16, 2022

That get's a green light but actually errors?

@ablaom
Copy link
Member Author

ablaom commented Nov 16, 2022

@DilumAluthge Be great if you could pitch in here.

How do we get TagBot to issue a tag after registration when it doesn't happen automatically (for reasons we don't understand)? I've just kicked TagBot in gh action and that's giving a green light but still no tag. I see there is a warning logged, but I don't know what it means ("server error"). We're at 0.3.1 on General

@ablaom
Copy link
Member Author

ablaom commented Nov 30, 2022

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/73211

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>" 0b258cfb0cfe8de389f54efb3545280a21115ebf
git push origin v0.3.2

@ablaom
Copy link
Member Author

ablaom commented Dec 1, 2022

Just to confirm that TagBot still works for me when I trigger release from here.

@ablaom
Copy link
Member Author

ablaom commented Jan 19, 2023

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/76001

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.6 -m "<description of version>" a927313482d906c7a2f1d1e78a8d449f0420dede
git push origin v0.3.6

@ablaom
Copy link
Member Author

ablaom commented Jan 26, 2023

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/76457

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

@rikhuijzer
Copy link
Member

@JuliaRegistrator register branch=master

Release notes:

This release restricts XGBoost version to <2.5 because newer XGBoost versions cause the MLJXGBoostInterface to crash.

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/95690

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.3.9 -m "<description of version>" 8e1af96b69075e555b01d0b8c0ab5649cb7c1250
git push origin v0.3.9

@rikhuijzer
Copy link
Member

@JuliaRegistrator register

Release notes:

Allow newer XGBoost versions again after the previous release. Thanks to XGBoost for fixing the problem at their side.

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/95812

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

@ablaom
Copy link
Member Author

ablaom commented Jul 1, 2024

@JuliaRegistrator register branch=master

Release notes:

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/110181

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.3.11 -m "<description of version>" 402861a70fb532f8eddec77dc9d40c6c515d6668
git push origin v0.3.11

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

4 participants