generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into releases/v1
- Loading branch information
Showing
5 changed files
with
64 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,6 +98,5 @@ Thumbs.db | |
__tests__/runner/* | ||
lib/**/* | ||
|
||
.idea | ||
.idea/ | ||
*.iml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Release | ||
|
||
* starting on `master` | ||
* `npm run all` | ||
* `git checkout releases/v1` | ||
* `git merge master` | ||
* `npm prune --production` | ||
* `git add -f node_modules` | ||
* if changed dependencies `git commit -m Dependencies && git push` | ||
* `git tag v1.0.x && git push --tags` with the actual version number | ||
* `git tag --delete v1 && git push --delete origin v1 && git tag v1 && git push --tags` | ||
* go to https://github.com/gradle/wrapper-validation-action/releases | ||
* edit and publish the now drafted `v1` release | ||
* create a new release from the new full version number `v1.0.x`, list the fixed issues and publish the release |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.