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 #162

Closed
ablaom opened this issue May 16, 2022 · 28 comments
Closed

Issue to trigger new releases #162

ablaom opened this issue May 16, 2022 · 28 comments

Comments

@ablaom
Copy link
Member

ablaom commented May 16, 2022

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 May 16, 2022
@ablaom
Copy link
Member Author

ablaom commented May 16, 2022

@ablaom ablaom closed this as completed May 16, 2022
@ablaom
Copy link
Member Author

ablaom commented May 17, 2022

@JuliaRegistrator register branch=master

Release notes:

  • (enhancement) Add method wrap which allows one to wrap a decision tree (Leaf or Node object) in a new tree structure implementing the AbstractTrees.jl interface. Unlike raw DecisionTree.jl decision trees, the nodes of the wrapped objects can include the names of splitting-features at nodes, and any other node metadata. See the wrap docstring for details. (Add implementation of AbstractTrees-interface #158) @roland-KA

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/60432

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

@ablaom
Copy link
Member Author

ablaom commented Jun 21, 2022

@JuliaRegistrator register branch=master

Release notes:

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/62827

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.10.13 -m "<description of version>" 66f99b8a4645791e84b46f5d766a79107a0e1443
git push origin v0.10.13

@ablaom
Copy link
Member Author

ablaom commented Jul 1, 2022

@JuliaRegistrator register branch=master

Release notes:

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/63455

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.11.0 -m "<description of version>" 9eb6ad9ebcc465d4141c582aa47e7aa89030778d
git push origin v0.11.0

@ablaom
Copy link
Member Author

ablaom commented Jul 5, 2022

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/63725

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

@ablaom
Copy link
Member Author

ablaom commented Jul 18, 2022

@JuliaRegistrator register branch=master

Release notes:

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/64436

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

@ablaom
Copy link
Member Author

ablaom commented Nov 23, 2022

@JuliaRegistrator register branch=master

Release notes:

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/72785

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

@ablaom
Copy link
Member Author

ablaom commented Nov 29, 2022

@JuliaRegistrator register branch=master

Release notes:

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/73106

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.12.0 -m "<description of version>" 5a04abaa9f355190ae5f0b3a5fd76e88d3246d2c
git push origin v0.12.0

@ablaom
Copy link
Member Author

ablaom commented Dec 7, 2022

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/73617

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

@ablaom
Copy link
Member Author

ablaom commented Dec 7, 2022

@roland-KA Above includes your recent PR #200 .

@ablaom
Copy link
Member Author

ablaom commented Jan 8, 2023

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/75351

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.12.2 -m "<description of version>" 0854fb0652c68b9bd1c5e8fe678a8bec763794aa
git push origin v0.12.2

@ablaom
Copy link
Member Author

ablaom commented Jan 8, 2023

@JuliaRegistrator register branch=master-0.11.4

@JuliaRegistrator
Copy link

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

@ablaom
Copy link
Member Author

ablaom commented Jan 8, 2023

@JuliaRegistrator register branch=master-0.11.4

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/75353

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

@ablaom
Copy link
Member Author

ablaom commented Feb 13, 2023

@JuliaRegistrator register branch=master

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/77611

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.12.3 -m "<description of version>" 85cd1247e3b3cd51f5b5537cba89b6c77f07d27e
git push origin v0.12.3

@rikhuijzer
Copy link
Member

@JuliaRegistrator register branch=master

Release notes:

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/93471

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.12.4 -m "<description of version>" 8314ad0b070910f72096827e6c844e873136ac23
git push origin v0.12.4

This issue was closed.
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