GithubHelp home page GithubHelp logo

ibis-mssql's Introduction

IBIS Microsoft SQL Backend

Releasing

This project uses Rever and GitHub actions for releasing a new package version.

Make sure your current environment has rever installed. You can create an environment just for the package releasing:

conda env create -n ibis-mssql-release --file envs/release.yaml

Activate your new environment:

conda activate ibis-mssql-release

Run rever check to check your rever configuration is correct.

rever check

Delete the rever folder to start a clean release.

rm -rf rever/

Lets start the releasing process!

Note: Maybe you want to have a fresh clone just for releasing.
Note: For releasing, you probably want to clone directly from the upstream repository.
Note: Ensure you have permissions to push changes to the repository.

Ensure you are using the latest version of the master branch:

git fetch --all
# if the repository is set as origin
git checkout origin/master
# or, if the repository is set as upstream
git checkout upstream/master

Now, if you want to release the version 0.1.5 (please, first check the latest version released), run:

rever 0.1.5

After that, you can push the changes to upstream:

git push

ibis-mssql's People

Contributors

costrouc avatar safrazrampersaud avatar xmnlab avatar

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.