Skip to content

Commit 8524cc6

Browse files
Bump version, add PR instructions (#151)
1 parent 03b6972 commit 8524cc6

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/create-v1.0-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
MESSAGE_TITLE: Generated v1.0 typings using Typewriter
39-
MESSAGE_BODY: "This pull request was automatically created by the GitHub Action, **${{github.workflow}}**. \n\n The commit hash is _${{github.sha}}_. \n\n **Important** Check for unexpected deletions or changes in this PR. \n\n cc: @darrelmiller"
39+
MESSAGE_BODY: "This pull request was automatically created by the GitHub Action, **${{github.workflow}}**. \n\n The commit hash is _${{github.sha}}_. \n\n **Important** Check for unexpected deletions or changes in this PR. Make sure to bump the version. Create a GitHub release after releasing on npm and [DefinatelyTyped](http://definitelytyped.org/guides/contributing.html). \n\n cc: @darrelmiller"
4040
REVIEWERS: peombwa,ddyett,zengin
4141
ASSIGNEDTO: MIchaelMainer
4242
LABELS: generated

microsoft-graph.d.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
// Type definitions for non-npm package microsoft-graph <VERSION_STRING>
1+
// Type definitions for non-npm package microsoft-graph 1.13.0
22
// Project: https://github.com/microsoftgraph/msgraph-typescript-typings
33
// Definitions by: Microsoft Graph Team <https://github.com/microsoftgraph>
4-
// Muthurathinam Muthusamy <https://github.com/muthurathinam>
5-
// Darrel Miller <https://github.com/darrelmiller>
6-
// Nimeesh Patel <https://github.com/nimeesh-msft>
74
// Michael Mainer <https://github.com/MIchaelMainer>
8-
// Nakul Sabharwal <https://github.com/NakulSabharwal>
95
// Peter Ombwa <https://github.com/peombwa>
6+
// Mustafa Zengin <https://github.com/zengin>
7+
// DeVere Dyett <https://github.com/dyett>
108
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
119
// TypeScript Version: 2.1
1210

0 commit comments

Comments
 (0)