Compare commits

...

2 Commits

Author SHA1 Message Date
DataHearth 4f66244e9a
chore(ci): update goreleaser and ci
build / build (push) Successful in 10m12s Details
2023-07-17 23:36:05 +02:00
DataHearth fac6dd5b69
chore(doc): remove build status README.md 2023-07-17 23:35:18 +02:00
3 changed files with 21 additions and 9 deletions

View File

@ -3,7 +3,7 @@ name: release
on:
push:
tags:
- "*"
- "v*.*.*"
jobs:
release:
@ -20,7 +20,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.17
go-version: 1.20
- name: Build
run: go build -v ./...

View File

@ -8,13 +8,26 @@ builds:
- linux
- windows
- darwin
goarch:
- "386"
- amd64
- arm
- arm64
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- format: tar.gz
files:
- LICENSE
- README.md
- .config-mapper.yml.template
- CHANGELOG.md
name_template: >-
{{ .ProjectName }}_
{{ .Version }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
gitea_urls:
api: https://gitea.antoine-langlois.net/api/v1
download: https://gitea.antoine-langlois.net

View File

@ -2,7 +2,6 @@
[![License](https://img.shields.io/badge/license-MIT-blue)](https://gitea.antoine-langlois.net/DataHearth/config-mapper/src/branch/main/LICENSE)
[![Version](https://img.shields.io/badge/version-v0.6.1-blue)](https://gitea.antoine-langlois.net/DataHearth/config-mapper/tags)
[![Build Status](https://drone.antoine-langlois.net/api/badges/DataHearth/config-mapper/status.svg)](https://drone.antoine-langlois.net/DataHearth/config-mapper)
`config-mapper` is CLI utility tool to help you manage your configuration between UNIX systems.
It provides a set of tools to load your configuration from a system, save it into a git repository and then save it to a new system. This configuration can be a set of files, folders or even dependencies.