Skip to content

v0.4.0

Compare
Choose a tag to compare
@kuritka kuritka released this 16 Mar 15:23
· 29 commits to main since this release

Golic uses master configuration by default.
The master configuration is accessible from the URL, and if you need to change it, use the -u flag or create PR.
However, it is much better to create a local configuration that overrides the master configuration settings. All
you have to do is create a .golic.yaml file in the project root, or use the -p flag.
Example below overrides master configuration by custom licenses

# .golic.yaml 
golic:
  licenses:
    apache2: |
      Copyright {{copyright}}

      This is my custom license text
    apacheX: |
      Copyright {{copyright}}
      for more details see https://github.com/mycompany/myproject/LICENSE