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

TagBot trigger issue #27

Closed
JuliaTagBot opened this issue Dec 4, 2022 · 67 comments
Closed

TagBot trigger issue #27

JuliaTagBot opened this issue Dec 4, 2022 · 67 comments

Comments

@JuliaTagBot
Copy link

This issue is used to trigger TagBot; feel free to unsubscribe.

If you haven't already, you should update your TagBot.yml to include issue comment triggers.
Please see this post on Discourse for instructions and more details.

If you'd like for me to do this for you, comment TagBot fix on this issue.
I'll open a PR within a few hours, please be patient!

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#73232

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#74248

@DanielVandH
Copy link
Member

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/74339

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

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#74339

@DanielVandH
Copy link
Member

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/74392

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

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#74392

@DanielVandH
Copy link
Member

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/74445

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

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#74445

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#74851

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#75311

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request

This extra notification is being sent because I expected a tag to exist by now, but it doesn't.
You may want to check your TagBot configuration to ensure that it's running, and if it is, check the logs to make sure that there are no errors.

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#75316

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#78293

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#78298

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#78454

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#78527

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#80307

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#81653

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#81680

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#81784

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#82203

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#82335

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#82361

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#89651

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#90981

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#94537

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#94561

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#95850

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#100248

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#104964

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#104968

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#106404

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#106442

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#110142

@DanielVandH
Copy link
Member

@JuliaRegistrator register

@JuliaRegistrator
Copy link

Registration pull request created: JuliaRegistries/General/110574

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 v1.0.5 -m "<description of version>" 35b7ec2a987184ad469f0f3f5d659ea2bd5b4781
git push origin v1.0.5

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#110574

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#111921

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#111975

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#112333

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#112377

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#114303

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#114374

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#114774

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#115168

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#115241

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#116110

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#116113

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#116175

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#116197

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#116442

@JuliaTagBot
Copy link
Author

Triggering TagBot for merged registry pull request: JuliaRegistries/General#117627

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