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

xo bundle publish #39

Open
coryodaniel opened this issue Sep 19, 2021 · 1 comment
Open

xo bundle publish #39

coryodaniel opened this issue Sep 19, 2021 · 1 comment

Comments

@coryodaniel
Copy link
Member

Takes bundle metadata and publishes it to massdriver.

This will replace our janky import script we have today.

This will run for each changed bundle in CI.

@coryodaniel
Copy link
Member Author

Notes from convo w/ Todd R. of Hex.pm

  • Tar files, whitelist of files/types
  • Store in S3, not git. Everyone starts w/ git and migrates away, DO NOT USE GIT TAGS, mutable
    • I think we should publish as a docker image
  • Compute checksums for the bundle, hex does two: Outer (metadata), Inner (code)
  • Start w/ semver and just abuse the suffix 0.0.1-alpha 0.0.1-beta
    • semver is immutable, but we can treat suffixes as mutable, this works well for us now and provides a path to a good versioning system for the public

x.y.z

  • x - Breaking schema changes
  • y - substantial changes to resources deployed
  • z - bug fixes

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

1 participant