<% changelog = "
Changelog:
[INSERT LINK]

You can test the normal spots of Playbook rails and react on dev docs plus the following:

" %> <% release = "
Story Background
Follow the{' '} release process {' '} to create a new version, create a gem, and package. Create a Ninja testing plan, then update Nitro with the new version.

Timeline / Due Date
Release End of business Thursday
Testing on Nitro End of business Friday

Definition of done
  1. Merge all PR’s
  2. Update the final CHANGELOG
  3. Version up and generate NPM, and RubyGem
  4. Create next version branch and milestone
  5. Update default branch and branch protection rules 
  6. Notify Everyone of new version
  7. Generate testing plan and pages to test for Ninjas (update runway ticket)
  8. Update version on Nitro and get on Demo
  9. Send Ninjas demo and runway ticket for testing
  10. Ninja Approved + PR Approved

Stakeholders / Sign-off

Cadence
Jason, Jon, Stephen, Jasper, Brendan, Cole
" %> <%= pb_rails("select", props: { id: "rails-select-dropdown", label: "", name: "", blank_selection: "Select a template", options: [ { value: release, value_text: "Playbook Release", }, { value: changelog, value_text: "Changelog", }, ] }) %> <%= pb_rails("rich_text_editor", props: {classname: 'template-test', id: "template", template: '' }) %>