Giter Club home page Giter Club logo

bnfo000's Introduction

BISB Bootcamp Docker Image

Automated Builds

A new version of the image is built whenever the repository is updated. The tag of the build is the same as the branch.

How to create a release

First, determine on the tag to use. It's recommended to use the current quarter. The tag would be "sp23" for spring 2023.

Open the Releases page and click the Create a new release button. Enter the tag in the "Choose a Tag" field and press enter to confirm. Then click "Publish Release" to create the tag.

You can also create a release using the git CLI.

git tag sp23
git push origin sp23

How to re-release

Re-releasing is the same as making a release, except that we need to delete the existing release.

Open the Releases page, click the Tags tab, and delete the tag.

Go back to the Releases page, click the Releases tab, and delete the release.

And for CLI users

git -d sp23
git push ---delete origin sp23

Now that the tag and release are gone, follow the "How to create a release" instructions.

bnfo000's People

Contributors

dtandersen avatar mikecuoco avatar wesuuu avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

bnfo000's Issues

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.