Skip to content
Snippets Groups Projects
Select Git revision
  • 70454f00cf08c67d49c5d5930e41425e97745938
  • master default protected
  • feature/PRXS-3234-FeaturePruneIdents
  • feature/3149-LocaleCodeAsID-Feature
  • feature/PRXS-3421-ImplementNewRefAPI
  • feature/PRXS-3383-CollectionsRankSortAPI
  • PRXS-3421-RecursiveReferences
  • feature/PRXS-3383-CollectionsSort
  • feature/3109-SerializeFeature
  • release/0.33
  • feature/3109-RecoverySchema
  • feature/3109-feature
  • fix/PRXS-3369-ValidateFields
  • refactor/PRXS-3306-MovePkgGroup1
  • refactor/6-pkg-refactor-expr
  • fix/PRXS-3360-TemplateBuilderPatch
  • feature/3293-MongoV2
  • feature/3272-GoVersionUp
  • feature/PRXS-3218-HideTemplateActions
  • feature/PRXS-3234-PruneIdents
  • feature/3146-UpdateItemStorageInterface
  • v0.33.1
  • v0.32.0
  • v0.31.1
  • v0.31.0
  • v0.30.0
  • v0.29.0
  • v0.28.0
  • v0.27.0-alpha.1+16
  • v0.27.0-alpha.1+15
  • v0.27.0-alpha.1+14
  • v0.27.0-alpha.1+13
  • v0.27.0-alpha.1+12
  • v0.27.0-alpha.1+11
  • v0.27.0-alpha.1+10
  • v0.27.0-alpha.1+9
  • v0.27.0-alpha.1+8
  • v0.27.0-alpha.1+7
  • v0.27.0-alpha.1+6
  • v0.27.0-alpha.1+5
  • v0.27.0-alpha.1+4
41 results

.goreleaser.yml

Blame
  • .goreleaser.yml 336 B
    version: 2
    
    gitlab_urls:
      api: https://git.perx.ru/api/v4/
      download: https://git.perx.ru
      use_package_registry: true
    
    before:
      hooks:
        - go mod tidy
    
    builds:
      - skip: true
    
    snapshot:
      name_template: "{{ incpatch .Version }}-next"
    
    release:
      gitlab:
        owner: perxis
        name: perxis-go
    
    announce:
      skip: "{{gt .Patch 0}}"