GithubHelp home page GithubHelp logo

Comments (1)

ncalteen avatar ncalteen commented on May 22, 2024

Hello! Apologies for the delay in responding to this issue. I am working on updating this repository, including clarifying the instructions in the README. You can check out #732 for the proposed README and other changes!

Regarding your questions, a few comments below:

  • When releasing GitHub Actions, developers can use your action by referencing it by commit SHA, branch, or tag. Any of the following would work, for example:

    - uses: actions/upload-artifact@v3 # tag
    - uses: actions/upload-artifact@main # branch
    - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # sha
  • Currently this repository does not enforce or propose a release strategy. Since many teams can do it different ways, we purposefully left that open for customization :)

  • The transpiled action code should always be updated in dist on every push to main (or PR targeting main). There is a workflow in this repo that checks specifically if that has been done.

  • We are using branches, yes, but are following GitHub flow. In GitHub flow, branches are not kept long-term. Once a feature is developed and the PR is approved/merged, the branch is deleted and the merge commit is tagged with an appropriate release version (e.g. v1.0.0). However, this is one of many valid strategies for managing releases.

If there are other questions we can help out with, please feel free to reopen and reply!

from typescript-action.

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.