Unverified Commit 91292c8e authored by ArthurSonzogni's avatar ArthurSonzogni
Browse files

Fix multi-headers.

parent 24aa5515
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -75,6 +75,9 @@ for tag, url, body in release_url_map[::-1]:
      subprocess.call(['git', 'add', './include/nlohmann/json.hpp'])
      if has_json_fwd:
        subprocess.call(['git', 'add', './include/nlohmann/json_fwd.hpp'])
  # Update the nlohman json options.
  subprocess.call([ 'sed', '-i', '-e', 's/library.\" ON/library.\" OFF/g', './CMakeLists.txt'])
  subprocess.call(['git', 'add', './CMakeLists.txt'])

  # Update the README.md:
  subprocess.call([ 'sed', '-i', '-e', 's/GIT_TAG .*)/GIT_TAG '+ tag + ')/g', './README.md'])