Skip to content

Commit

Permalink
added chlog-update
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanuba committed Oct 23, 2023
1 parent 08d1f5a commit 5c7c074
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,13 @@ chlog-validate: $(CHLOGGEN)
chlog-validate-aws: $(CHLOGGEN)
$(CHLOGGEN) validate --config $(CHLOGGEN_CONFIG_AWS)

.PHONY: chlog-preview-aws
chlog-preview: $(CHLOGGEN)
$(CHLOGGEN) update --config $(CHLOGGEN_CONFIG_AWS) --dry

.PHONY: chlog-preview
chlog-preview: $(CHLOGGEN)
$(CHLOGGEN) update --config $(CHLOGGEN_CONFIG) --dry
$(CHLOGGEN) update --config .chloggen-aws/config.yaml --dry

.PHONY: chlog-aws
chlog-aws:
Expand Down

0 comments on commit 5c7c074

Please sign in to comment.