Skip to content

Releases: sers-dev/gitfile

1.4.0

Choose a tag to compare

@Bobonium Bobonium released this 09 Oct 23:21
bf250d6
  • add pipeline to deploy to ghcr registry

1.3.1

Choose a tag to compare

@Bobonium Bobonium released this 19 May 14:15
  • switch from egrep to grep -E

1.3.0

Choose a tag to compare

@Bobonium Bobonium released this 19 May 13:25
  • switched default branch to main

1.2.0

Choose a tag to compare

@Bobonium Bobonium released this 19 Feb 09:03
  • moved repository into sers-dev organization
  • moved docker image to quay.io

1.1.0

Choose a tag to compare

@Bobonium Bobonium released this 23 Apr 13:27
  • added Dockerfile

1.0.0

Choose a tag to compare

@Bobonium Bobonium released this 27 Oct 12:48
ddcd84a

[1.0.0] - 2019-10-27

  • initial release
  • MIT License
  • includes README.md and CHANGELOG.md
  • includes Makefile for test and install
    • make all
    • make test
    • make install
  • initial functionality includes
    • parsing of yaml-like .gitfile
      • source
      • path
      • version
      • supports comments with #
    • cli paramters for
      • help (-h/--help)
      • configuring .gitfile location (-f/--gitfile)
      • configuring default clone path (-p/--default-clone-path)