Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
0c3b1d8
Change license to MIT and update file paths
pontemonti Nov 19, 2025
c802ae1
Update file references in package.json
pontemonti Nov 19, 2025
8c538ad
Copy CHANGELOG.md and LICENSE.md to project folder
pontemonti Nov 19, 2025
068e0a6
Add LICENSE.md to package.json files list
pontemonti Nov 19, 2025
ebf247c
Add LICENSE.md to package.json files list
pontemonti Nov 19, 2025
8434dbc
Add LICENSE.md to package files
pontemonti Nov 19, 2025
631fc74
Add LICENSE.md to package files
pontemonti Nov 19, 2025
1c69639
Add LICENSE.md to package files
pontemonti Nov 19, 2025
a445060
Change license to MIT and add LICENSE.md
pontemonti Nov 19, 2025
19d0054
Change license to MIT and update files list
pontemonti Nov 19, 2025
4ec7612
Change license from 'See license file' to 'MIT'
pontemonti Nov 19, 2025
cc43d3f
Change license from 'See license file' to 'MIT'
pontemonti Nov 19, 2025
b675a27
Change license from 'See license file' to 'MIT'
pontemonti Nov 19, 2025
d82cf5b
Change license type to MIT in package.json
pontemonti Nov 19, 2025
5973fbd
Update pack script to include changelog and license
pontemonti Nov 19, 2025
4b7396f
Modify pack script to copy changelog and license
pontemonti Nov 19, 2025
7e6b817
Update pack script to include CHANGELOG and LICENSE
pontemonti Nov 19, 2025
097a0eb
Modify pack script to include additional files
pontemonti Nov 19, 2025
f054ed7
Update pack script to include CHANGELOG and LICENSE
pontemonti Nov 19, 2025
7a8ac50
Update pack script to include changelog and license
pontemonti Nov 19, 2025
9dc2dfd
Modify pack script to copy documentation files
pontemonti Nov 19, 2025
f938a41
Update pack script to include changelog and license
pontemonti Nov 19, 2025
5ffedb2
Remove copying of CHANGELOG.md and LICENSE.md
pontemonti Nov 19, 2025
f4df646
Merge branch 'main' into users/johanb/UpdatePackageJson
pontemonti Nov 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ jobs:
- name: Set version with Nerdbank.GitVersioning
run: node setVersion.js

- name: Copy CHANGELOG.md and LICENSE.md to project folder
run: |
cp CHANGELOG.md packages/agents-a365-notifications/CHANGELOG.md
cp LICENSE.md packages/agents-a365-notifications/LICENSE.md
Comment thread
pontemonti marked this conversation as resolved.
Outdated

- name: Build package
run: npm run build

Expand Down
5 changes: 3 additions & 2 deletions packages/agents-a365-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"typescript"
],
"author": "Microsoft Corporation",
"license": "See license file",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/Agent365-nodejs.git",
Expand Down Expand Up @@ -54,6 +54,7 @@
"files": [
"dist/**/*",
"README.md",
"CHANGELOG.md"
"CHANGELOG.md",
"LICENSE.md"
]
}
Loading