Skip to content

Commit

Permalink
Fix linter error & add doc help
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewballantyne committed Oct 16, 2023
1 parent d259ab5 commit 4bc66e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/release-steps.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[base/kustomization.yaml]: ../manifests/base/kustomization.yaml
[SMEs]: ./smes.md
[quay repo]: https://quay.io/repository/opendatahub/odh-dashboard?tab=tags
[drafting a new release]: https://github.com/opendatahub-io/odh-dashboard/releases/new
[semver]: https://semver.org/
Expand Down Expand Up @@ -36,6 +37,8 @@ There are two types of releases in the Dashboard, and they usually happen togeth
* First make sure [main is released](#main-release)
* Merge the `main` release content into `incubation`
* Conflict resolution may be needed; reach out to the [SMEs] if you're unsure about a given resolution
* Before officially pushing the merge, run all tests to make sure no linter, TypeScript, or tests fail
* Wait for the `nightly` build to re-trigger

### Day 2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import { ActionsColumn, ExpandableRowContent, Td, Tr } from '@patternfly/react-table';
import { ActionsColumn, ExpandableRowContent, Td } from '@patternfly/react-table';
import { Link, useNavigate } from 'react-router-dom';
import { Skeleton } from '@patternfly/react-core';
import { PipelineRunKF, PipelineRunStatusesKF } from '~/concepts/pipelines/kfTypes';
Expand Down

0 comments on commit 4bc66e1

Please sign in to comment.