소스 검색

build: fix the tag recipe

tags/v0.11.0
Jérôme Deuchnord 3 년 전
부모
커밋
002b4644f4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile 파일 보기

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

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


불러오는 중...
취소
저장