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

Initial introduction of a opam-release tool #91

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 16, 2021

  1. Initial introduction of a opam-release tool

    This is a tool to generate a branch (and a pull-request manually) from the opam meta data local to the repository.
    Most of the arguments are inferred automatically if one:
    - has a unique file named <your-project>.opam
    - is using a github repository
    - has their github username configured in their global .gitconfig
    - has performed git remote update
    - the dev-repo is set in the opam file
    - opam is installed
    
    Arguments can be supplied to fix any of the default behavior (or their absence thereof).
    One can witness the inferred arguments by providing option `-s`
    CohenCyril committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    911b5b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Configuration menu
    Copy the full SHA
    fc2987e View commit details
    Browse the repository at this point in the history