Skip to content

Commit

Permalink
Rename gem and update some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
HDinger committed Aug 9, 2023
1 parent 21c1ae6 commit 9d63c34
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
2 changes: 0 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,3 @@ Closes # (type the GitHub issue number after #)
- [ ] Tested in Firefox
- [ ] Tested in Safari
- [ ] Tested in Edge

Take a look at the [What we look for in reviews](https://github.com/primer/react/blob/main/contributor-docs/CONTRIBUTING.md#what-we-look-for-in-reviews) section of the contributing guidelines for more information on how we review PRs.
10 changes: 5 additions & 5 deletions .github/release_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ Please ensure these items are checked before merging.
### 🔎 Smoke test

- [ ] All CI checks pass
- [ ] Docs and Lookbook open in a browser
- [ ] Successful integration test with GitHub.com as a primary consumer of Primer View Components
- [ ] Install the npm release candidate in `npm-workspaces/primer/`
- [ ] Use `bin/vendor-gem` to update `primer_view_components` gem
- [ ] Successful integration test with OpenProject as a primary consumer
- [ ] Install the npm package locally
- [ ] Install the `primer_view_components` gem locally
- [ ] Verify no new build errors appear
- [ ] Verify no new linting errors appear
- [ ] Manually test critical paths
- [ ] Manually test release-specific bugfixes and/or features work as described
- [ ] Lookbook opens in a browser

### 🤔 Sanity test

- [ ] All bugfixes in this release have resolved their corresponding issues
- [ ] All new features in this release have been tested and verified as compatible with GitHub.com
- [ ] All new features in this release have been tested and verified as compatible with OpenProject
- [ ] No noticeable regressions have been introduced as a result of changes in this release
- [ ] Release notes accurately describe the changes made

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ DEPENDENCIES
matrix (~> 0.4.2)
minitest (< 5.19)
mocha
openproject_primer_view_components!
openproject-primer_view_components!
pry
puma (~> 6.3.0)
rack (~> 2.2)
Expand Down
2 changes: 1 addition & 1 deletion demo/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ gem "puma", "~> 6.3.0"
# Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", ">= 1.4.2", require: false

gem "openproject_primer_view_components", path: "../"
gem "openproject-primer_view_components", path: "../"
gem "view_component", '>= 3.1.0'
gem "lookbook", "~> 2.0.5" unless rails_version.to_f < 7

Expand Down
2 changes: 1 addition & 1 deletion demo/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ DEPENDENCIES
kuby-kind (~> 0.1)
listen
lookbook (~> 2.0.5)
openproject_primer_view_components!
openproject-primer_view_components!
pry-byebug
puma (~> 6.3.0)
rack-cors
Expand Down
2 changes: 1 addition & 1 deletion primer_view_components.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "primer/view_components/version"

Gem::Specification.new do |spec|
spec.name = "openproject_primer_view_components"
spec.name = "openproject-primer_view_components"
spec.version = Primer::ViewComponents::VERSION::STRING
spec.authors = ["GitHub Open Source", "OpenProject GmbH"]

Expand Down

0 comments on commit 9d63c34

Please sign in to comment.