Skip to content
Snippets Groups Projects
  1. Oct 19, 2020
  2. Sep 15, 2020
  3. Sep 10, 2020
  4. Sep 09, 2020
  5. Sep 08, 2020
  6. Sep 05, 2020
  7. Sep 04, 2020
  8. Sep 03, 2020
  9. Sep 02, 2020
  10. Aug 31, 2020
    • Olav Morken's avatar
      build-release: Use same version number format as in Git · 66f12e66
      Olav Morken authored
      Our releases published to Packagist use version numbers with a
      "v"-prefix, e.g. "v1.18.7".
      
      The build-release script overwrites this with a version number without
      the "v"-prefix, e.g. "1.18.7".
      
      The result of this is that the composer.json in our release tar-files
      does not match the composer.lock file in the repository nor the
      composer.json that Packagist looks at.
      
      Fix this by prepending a "v" to the version number when updating
      composer.json.
      66f12e66
  11. Aug 30, 2020
  12. Aug 27, 2020
  13. Aug 26, 2020
  14. Aug 25, 2020
Loading