Skip to content

Commit

Permalink
Fixes #17212: Fix doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Apr 23, 2020
1 parent a09eb56 commit 800edf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ changelogs-build:
cd $@ && git checkout master && git pull
for version in $(ALL_VERSIONS); do \
cd $@ && git checkout master && git branch -df "branches/rudder/$$version" ; git checkout -b "branches/rudder/$$version" ; \
sed -i "s@version: \"6.1\"@version: \"$$version\"@" src/changelogs/antora.yml ; \
sed -i "s@RUDDER_VERSION = 6.1@RUDDER_VERSION = $$version@" src/changelogs/dependencies/Makefile ; \
sed -i "s@version: \"6.2\"@version: \"$$version\"@" src/changelogs/antora.yml ; \
sed -i "s@RUDDER_VERSION = 6.2@RUDDER_VERSION = $$version@" src/changelogs/dependencies/Makefile ; \
cd src/changelogs && make ; \
cd ../.. && git add -f src/changelogs && git commit --allow-empty -m "Build" ; cd .. ; \
done
Expand Down
2 changes: 1 addition & 1 deletion src/changelogs/dependencies/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Builds dynamic dependencies from other repos

RUDDER_VERSION = 6.1
RUDDER_VERSION = 6.2

.PHONY: clean changelogs
all: changelogs
Expand Down

0 comments on commit 800edf5

Please sign in to comment.