Move metadata to Fastlane directory structure

This commit is contained in:
Egor 2026-03-13 01:11:36 -07:00
parent 4ae4df4a58
commit c03c1e7d20
10 changed files with 1 additions and 1 deletions

View file

@ -48,7 +48,7 @@ release:
$(eval MINOR := $(word 2,$(VERSION_PARTS))) $(eval MINOR := $(word 2,$(VERSION_PARTS)))
$(eval PATCH := $(word 3,$(VERSION_PARTS))) $(eval PATCH := $(word 3,$(VERSION_PARTS)))
$(eval VCODE := $(shell echo $$(($(MAJOR) * 10000 + $(MINOR) * 100 + $(PATCH))))) $(eval VCODE := $(shell echo $$(($(MAJOR) * 10000 + $(MINOR) * 100 + $(PATCH)))))
$(eval CHANGELOG := metadata/en-US/changelogs/$(VCODE).txt) $(eval CHANGELOG := fastlane/metadata/android/en-US/changelogs/$(VCODE).txt)
@if [[ ! -f "$(CHANGELOG)" ]]; then \ @if [[ ! -f "$(CHANGELOG)" ]]; then \
$${EDITOR:-nano} "$(CHANGELOG)"; \ $${EDITOR:-nano} "$(CHANGELOG)"; \
fi fi

View file

Before

Width:  |  Height:  |  Size: 136 KiB

After

Width:  |  Height:  |  Size: 136 KiB

View file

Before

Width:  |  Height:  |  Size: 7.1 MiB

After

Width:  |  Height:  |  Size: 7.1 MiB

View file

Before

Width:  |  Height:  |  Size: 7.1 MiB

After

Width:  |  Height:  |  Size: 7.1 MiB

View file

Before

Width:  |  Height:  |  Size: 7.1 MiB

After

Width:  |  Height:  |  Size: 7.1 MiB