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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -39,18 +39,18 @@ devtools::check() # check package for errors
39
39
40
40
The release consists of multiple steps which can be all done via the GitHub website:
41
41
42
-
1. Go to [create_release GitHub Action](https://github.com/cmu-delphi/delphi-epidata-r/actions/workflows/create_release.yml) and click the `Run workflow` button. Enter the next version number or one of the magic keywords (patch, minor, major) and hit the green `Run workflow` button.
43
-
1. The action will prepare a new release and will end up with a new [Pull Request](https://github.com/cmu-delphi/delphi-epidata-r/pulls)
42
+
1. Go to [create_release GitHub Action](https://github.com/cmu-delphi/epidatr/actions/workflows/create_release.yml) and click the `Run workflow` button. Enter the next version number or one of the magic keywords (patch, minor, major) and hit the green `Run workflow` button.
43
+
1. The action will prepare a new release and will end up with a new [Pull Request](https://github.com/cmu-delphi/epidatr/pulls)
44
44
1. Let the code owner review the PR and its changes and let the CI check whether everything builds successfully
45
45
1. Once approved and merged, another GitHub action job starts which automatically will
46
46
1. create a git tag
47
-
1. create another [Pull Request](https://github.com/cmu-delphi/delphi-epidata-r/pulls) to merge the changes back to the `dev` branch
48
-
1. create a [GitHub release](https://github.com/cmu-delphi/delphi-epidata-r/releases) with automatically derived release notes
47
+
1. create another [Pull Request](https://github.com/cmu-delphi/epidatr/pulls) to merge the changes back to the `dev` branch
48
+
1. create a [GitHub release](https://github.com/cmu-delphi/epidatr/releases) with automatically derived release notes
0 commit comments