You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-12Lines changed: 21 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,15 +129,24 @@ For testing all components provide `data-testid` attributes as selectors, so the
129
129
`row-checkbox` | Checkbox for selecting a row
130
130
`row-name` | Name of the row / file
131
131
132
-
### Releasing a new version
133
-
134
-
- Pull the latest changes from `main` or `stableX`;
135
-
- Checkout a new branch with the tag name (e.g `v4.0.1`): `git checkout -b v<version>`;
136
-
- Run `npm version patch --no-git-tag-version` (`npm version minor --no-git-tag-version` if minor). This will return a new version name, make sure it matches what you expect;
137
-
- Commit, push and create PR;
138
-
- Add the change log content from the 'Changelog' action on Github to `CHANGELOG.md`;
139
-
- Commit and push;
140
-
- Get your PR reviewed and merged;
141
-
- Create [a release on github](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases) with the version as tag (e.g `v4.0.1`) and add the changelog content as description
0 commit comments