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 trigger new releases #1

Closed
ablaom opened this issue Nov 5, 2020 · 38 comments
Closed

Issue to trigger new releases #1

ablaom opened this issue Nov 5, 2020 · 38 comments

Comments

@ablaom
Copy link
Member

ablaom commented Nov 5, 2020

Procedure for new releases:

  • merge new contributions onto dev (the base branch for PR's, by default)
  • bump version on dev
  • make a new PR dev -> master with the title like "For a 0.2.5 release" with list of PR's since last release, and merge if passing
  • make a new comment below to trigger a PR to General (see examples below) including release notes if appropriate (always the case if there are breaking changes). Again, see examples below. Alternatively, release notes can be edited after TagBot does it's thing.
@ablaom ablaom pinned this issue Nov 5, 2020
@ablaom
Copy link
Member Author

ablaom commented Nov 5, 2020

@JuliaRegistrator register

1 similar comment
@ablaom
Copy link
Member Author

ablaom commented Nov 5, 2020

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/24233

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>" 657a279e610603890f8ec0c90012d8b21855556b
git push origin v0.1.0

@ablaom
Copy link
Member Author

ablaom commented Nov 5, 2020

@ExpandingMan

@ablaom
Copy link
Member Author

ablaom commented Jan 27, 2021

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/28738

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>" c591d26e02464fb97cfe112dde321e735d498fff
git push origin v0.1.1

@ablaom
Copy link
Member Author

ablaom commented Apr 20, 2021

@JuliaRegistrator register

release notes:

  • extend compat for MLJModelInterface

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/34712

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

@ablaom
Copy link
Member Author

ablaom commented Aug 2, 2021

@JuliaRegistrator register branch=master

release notes:

  • (enhancement) Expose the rng hyperparameter of DecisionTreeClassifier, DecisionTreeRegressor, RandomForestClassifier, and RandomForestRegressor (passing rng to fit #4)

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/42047

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>" 66296193de2b22c162f25192a3bc2a42facccf3c
git push origin v0.1.3

@ablaom ablaom closed this as completed Mar 1, 2022
@ablaom
Copy link
Member Author

ablaom commented Mar 1, 2022

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/55694

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>" 274b2a907d39a5e8b238f5a7d679afd9dadf3bc1
git push origin v0.1.4

@ablaom
Copy link
Member Author

ablaom commented Mar 2, 2022

@JuliaRegistrator register branch=master

Release notes:

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/55841

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

@ablaom
Copy link
Member Author

ablaom commented Mar 8, 2022

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/56194

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>" deab3911f4dbd08f946b74e79c554919c120f084
git push origin v0.2.1

@ablaom
Copy link
Member Author

ablaom commented Apr 4, 2022

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/57924

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

@ablaom
Copy link
Member Author

ablaom commented Jul 6, 2022

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/63754

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.3 -m "<description of version>" 9fbfad689af53e4ecc2b8358243c2a6599416151
git push origin v0.2.3

@ablaom
Copy link
Member Author

ablaom commented Aug 18, 2022

@JuliaRegistrator register branch=master

Release notes:

(new feature) Implement feature_importance accessor function for all models, with type of importance controlled by new hyperparameter feature_importance. This can be :split or :impurity (default). See the docstring for RandomForestClassifier for an example. (#28) @john-waczak @OkonSamuel

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/66453

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.4 -m "<description of version>" 53957408e582374e45d90a520345b83972c394c3
git push origin v0.2.4

@ablaom
Copy link
Member Author

ablaom commented Aug 31, 2022

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/67465

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.5 -m "<description of version>" 52ce4b709be9ceb8f2e2d8f213539f742653e646
git push origin v0.2.5

@ablaom
Copy link
Member Author

ablaom commented Nov 30, 2022

@JuliaRegistrator register branch=master

Release notes:

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/73215

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

@ablaom
Copy link
Member Author

ablaom commented Feb 16, 2023

@JuliaRegistrator register branch=master

  • (enhancement) Implement data front-end and update function to enable warm restart of random forest models and performant external control of iteration using MLJIteration.jl

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/77828

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>" 735d07dba125cbe5775defd687ff5ec579edd77c
git push origin v0.3.1

@ablaom
Copy link
Member Author

ablaom commented Feb 16, 2023

@JuliaRegistrator register branch=master

  • (enhancement) Implement data front-end and update function to enable warm restart of random forest models and performant external control of iteration using MLJIteration.jl

@JuliaRegistrator
Copy link

Registration pull request updated: JuliaRegistries/General/77828

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>" 735d07dba125cbe5775defd687ff5ec579edd77c
git push origin v0.3.1

@ablaom
Copy link
Member Author

ablaom commented Feb 16, 2023

@JuliaRegistrator register branch=master

  • (enhancement) Implement data front-end and update function to enable warm restart of random forest models and performant external control of iteration using MLJIteration.jl

@JuliaRegistrator
Copy link

Registration pull request updated: JuliaRegistries/General/77828

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>" e6b3f4b381cb9b659be1f827348008c3d23010b2
git push origin v0.3.1

@ablaom
Copy link
Member Author

ablaom commented Mar 5, 2023

@JuliaRegistrator register branch=master

Release notes:

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/78980

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>" 92323290e6ce9db12c0fa44fa4c5dc03b3e81095
git push origin v0.4.0

@ablaom
Copy link
Member Author

ablaom commented Feb 29, 2024

@JuliaRegistrator register branch=master

Release notes:

(enhancement) Include feature names when printing a tree (#54)

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/101961

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>" a819b1fb836f3b41948ba7380ef2a85549dc97fc
git push origin v0.4.1

@ablaom
Copy link
Member Author

ablaom commented Apr 9, 2024

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/104586

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>" 7e39bac6bce6d1736e4974f984b6e12801191dd5
git push origin v0.4.2

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