Skip to content
Snippets Groups Projects
  1. Jan 14, 2025
  2. Jan 02, 2025
    • Oliver Tale-Yazdi's avatar
      [CI] Skip SemVer on R0-silent and update docs (#6285) · 9d760a9f
      Oliver Tale-Yazdi authored
      
      Changes:
      - Make R0-silent not run the semver check again. Originally I thought
      this would be good to have a bullet-proof check, but it now often
      triggers when CI or unrelated files are changed. In the end, the
      developer has to make the right choice here - and always will need to.
      So bringing back the R0 label gives more power to the devs and should
      increase dev velocity. We still need to ensure that every use of this
      label is well understood, and not just used out of lazyness.
      - Fix `/cmd prdoc` bump levels
      - Update docs
      
      ---------
      
      Signed-off-by: default avatarOliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  3. Sep 10, 2024
    • Maksym H's avatar
      Add prdoc command to /cmd (#5661) · f0e420a0
      Maksym H authored
      Fixes https://github.com/paritytech/polkadot-sdk/issues/5647
      
      - [x]  create new command (reusing original py module)
      - [x]  add unit-test cases (just the fact of proxy)
      - [x]  update docs
  4. Sep 09, 2024
  5. Apr 16, 2024
  6. Dec 05, 2023
  7. Dec 04, 2023
    • Chevdor's avatar
      PRDoc new schema (#1946) · 756a12d5
      Chevdor authored
      
      ## Overview
      
      This PR brings in the new version of prdoc v0.0.6 and allows:
      - local schema
      - local config
      - local template
      
      It also fixes the existing prdoc files to match the new schema.
      
      ## todo
      
      - [x] add a brief doc/tldr to help contributors get started
      - [x] test CI
      - [x] finalize schema
      - [x] publish the next `prdoc` cli version (v0.0.7 or above)
      
      ---------
      
      Co-authored-by: default avatarEgor_P <egor@parity.io>
      Co-authored-by: default avatarBastian Köcher <git@kchr.de>