Code Monkey home page Code Monkey logo

Comments (5)

ekcasey avatar ekcasey commented on September 16, 2024 1

I believe this question was settled in https://github.com/buildpacks/rfcs/blob/master/text/0027-spec-api-branches.md

from spec.

jkutner avatar jkutner commented on September 16, 2024

Could we use tags on the repo instead? I know that is a bit odd because a #platform-0.2 would also point to an arbitrary version of the buildpack api, but it might be a little easier to read for the 80% who just care about the latest.

from spec.

jromero avatar jromero commented on September 16, 2024

The main drawback of using tags are:

  1. It doesn't allow for us to go back and fill in any missing information, express further understanding, or even just fix typos. (without using "mutable tags" which are a big no-no in git).
  2. We have multiple unsynced versions for different components. We would need to create multiple tags per component which I would say would be harder to comprehend than looking at a list of all versions in a repo.

IMO, it would be very apparent what latest is simply by increment of the version.

I can make this an RFC if we'd like to have a long form discussion around it.

from spec.

jkutner avatar jkutner commented on September 16, 2024

Yea, let's RFC this one. I think at a minimum we'd want to dump the older versions in a subdir so that most people don't have to think about it.

from spec.

nebhale avatar nebhale commented on September 16, 2024

I agree on an RFC, and I'm also of the opinion that we should be using Git tags for this. Branching might also be appropriate for evolution of the spec at a given version, but even that makes me very queasy.

from spec.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.