Przeglądaj źródła

chore: fix files to commit on tag

tags/v1.0.0
Jérôme Deuchnord 3 lat temu
rodzic
commit
1c0bd196ba
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Wyświetl plik

@@ -33,7 +33,7 @@ changelog:
@echo -e " When everything is good, finish the release with 'make tag'."

tag: env
git add CHANGELOG.md
git add CHANGELOG.md kosmorrolib/__version__.py
git commit -m "build: bump version $$RELEASE_NUMBER"
git tag "v$$RELEASE_NUMBER"
git checkout features


Ładowanie…
Anuluj
Zapisz