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

Create artifact generation script #2

Merged
merged 1 commit into from
Jul 30, 2023
Merged

Create artifact generation script #2

merged 1 commit into from
Jul 30, 2023

Conversation

omus
Copy link
Member

@omus omus commented Jul 30, 2023

Creating the artifact generation script which will eventually be used by CI to perform automatic updates of this package. The order of operations is as follows:

  1. Build the tzdata into the compiled tzjdata
  2. Generate a tarball containing the tzjdata
  3. Bump the version of the TZJData.jl package
  4. Create the Artifact.toml with the future GitHub release asset URLs
  5. Add and commit the changes to the Project.toml and Artifacts.toml
  6. Push the new commit
  7. Tag the new commit and create a new GitHub release associated with the new commit. Then upload the tarball as a GitHub release asset.

There is additional work that should be done on this script and hopefully the reusable pieces can eventually make it into ArtifactUtils.jl. For now in order to make a new TimeZones.jl release that uses the artifacts created here I'm just going to get this merged as is and make the initial 0.0.1 release.

@omus omus merged commit 4df8bad into main Jul 30, 2023
3 checks passed
@omus omus deleted the cv/gen branch July 30, 2023 01:13
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

Successfully merging this pull request may close these issues.

1 participant