Skip to content

Commit c76d212

Browse files
authored
Merge pull request #91 from miljodir/workflow-cleanup
cleanup and update readmes
2 parents 585e6de + 60aa323 commit c76d212

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,8 @@ Klon dette repoet og gjør følgende:
6565
npm install
6666
npm run storybook
6767
```
68+
69+
## Labels på pull-requests
70+
71+
Alle pull requests krever nå at de legges på en label (`major`, `minor` eller `patch`). Disse vil brukes for å bumpe pakke versjonene før de publiseres til npm.
72+
Labels er fortsatt påkrevd selv om pakkene ikke berøres (f.eks. bare storybook endringer), men dette vil heller ikke kjøre workflowene som bumper pakker og dytter til npm.

packages/css/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,3 @@ const MyComponent = () => {
2222
**For HTML structure for each component, see the README.md for each css-file, located in /src, or the `Docs`-section in the [Storybook](https://miljodir.github.io/md-components/) for each component. This must be followed if stylesheets are used as standalone, without React components.**
2323

2424
_For React components, see [@miljodirektoratet/md-react](https://www.npmjs.com/package/@miljodirektoratet/md-react)_
25-
26-
**Ny test for å se om worker får pushet endringer med PAT, nå bør dette fikses. (alle disse skal squashes senere)**

packages/react/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ const MyComponent = () => {
2121
**For more documentation, please refer to the [Storybook](https://miljodir.github.io/md-components/)**
2222

2323
_For stylesheets, see [@miljodirektoratet/md-css](https://www.npmjs.com/package/@miljodirektoratet/md-css)_
24-
25-
**Endring for å teste workflow**

pull_request_template.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ _Replace this text with a detailed description of your changes_
55
## Checklist before requesting a review
66

77
- [ ] I have performed a self-review and test of my code
8+
- [ ] I have added label to the PR (`major`, `minor` or `patch`)
89
- [ ] If new component: Is story for component created in `stories`-folder?
910
- [ ] If new component: Is tsx-file import added to `packages/react/index.tsx`?
1011
- [ ] If new component: Is css-file added to `packages/css/index.css`?

0 commit comments

Comments
 (0)