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

Register new version #35

Closed
ivborissov opened this issue Jul 7, 2023 · 21 comments
Closed

Register new version #35

ivborissov opened this issue Jul 7, 2023 · 21 comments

Comments

@ivborissov
Copy link
Collaborator

ivborissov commented Jul 7, 2023

The issue branch is dedicated to new versions registration. The workflow is as follows:

1. Set the version field in Project.json to your new desired version.
2. type `@JuliaRegistrator register()` in this branch or in the commit/branch, or using JuliaHub GUI.
3. Wait for TagBot to make release.
4. Done.
@JuliaRegistrator
Copy link

Error while trying to register: Version 0.4.12 already exists

@ivborissov
Copy link
Collaborator Author

register v0.4.13
@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/87926

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.13 -m "<description of version>" e885233ec59f691a1450d63922a7f9a61322f514
git push origin v0.4.13

@ivborissov
Copy link
Collaborator Author

register v0.4.14
@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/95813

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.14 -m "<description of version>" 4f4ffe4731ac5e1a5caaa9365bad97cce74261e5
git push origin v0.4.14

@ivborissov
Copy link
Collaborator Author

register v0.4.15
@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/98067

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.15 -m "<description of version>" cda838254bbc300fde8c4790cf797b81514ce256
git push origin v0.4.15

@ivborissov
Copy link
Collaborator Author

register v0.4.15
@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request updated: JuliaRegistries/General/98067

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.15 -m "<description of version>" 38ed4847c031682609d1df4d626a58a398b918fc
git push origin v0.4.15

@ivborissov
Copy link
Collaborator Author

register v0.4.15
@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Registration pull request updated: JuliaRegistries/General/98067

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.15 -m "<description of version>" dc37eddbcc587574016d2004b3e8e5300bd743ab
git push origin v0.4.15

@ivborissov
Copy link
Collaborator Author

@JuliaRegistrator register

Release notes:

-     heta-compiler updated to v0.8.1
-     saving function optimized to solve StackOverflow problem and reduce saving time
-     DiffEqBase and RecursiveArrayTools dependencies replaced with SciMLBase
-     Julia support limited to 1.9-latest
-     support latest CSV.jl version
-     support latest Sundials.jl version
-     piecewise function support added
-     order of constants and statics changed

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/102311

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

@ivborissov
Copy link
Collaborator Author

@JuliaRegistrator register

Release notes:

- statics and constants usage in events fix
- ArrayPartition introduced to access statics and constants

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/102553

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.5.1 -m "<description of version>" 45f4dea34163bb5ad2541b6044b7e31c6863d739
git push origin v0.5.1

@ivborissov
Copy link
Collaborator Author

@JuliaRegistrator register

Release notes:

- heta-compiler updated to v0.8.4

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/109511

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

@ivborissov
Copy link
Collaborator Author

@JuliaRegistrator register

Release notes:

- NodeJS dep removed. heta exe depoyed as artifact without node intallation
- fitting issue with additional parameters fixed

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/113514

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

@ivborissov
Copy link
Collaborator Author

@JuliaRegistrator register

Release notes:

- heta-compiler updated to 0.8.7

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/114549

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

2 participants