File tree Expand file tree Collapse file tree 3 files changed +42
-10
lines changed
Expand file tree Collapse file tree 3 files changed +42
-10
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,11 @@ Choose your own Adventure:
108108
109109### A: Unlocked Package Install
110110
111- --coming soon--
111+ via URL: [ /packaging/installPackage.apexp?p0=04t0H000000p2qlQAA] ( https://login.salesforce.com/packaging/installPackage.apexp?p0=04t0H000000p2qlQAA )
112+
113+ ** OR**
114+
115+ via sfdx-cli: ` sfdx force:package:install --wait 10 --publishwait 10 --package 04t0H000000p2qlQAA --noprompt -u you@yourorg `
112116
113117### B: From Source
114118
Original file line number Diff line number Diff line change 1+ # Release Instructions
2+
3+ ## Create Package
4+
5+ Only one time. Skip for updates
6+ ` sfdx force:package:create -n GraphQLQuery -d "Library for building GraphQL Queries" -r force-app -t Unlocked -v dev-hub `
7+
8+ ## Release Update
9+
10+ - Create version
11+ 1 . Update ` versionName ` & ` versionNumber ` in ` sfdx-project.json `
12+ 2 . run ` sfdx force:package:version:create -p GraphQLQuery -d force-app -x --wait 10 -v dev-hub `
13+
14+ - "promote" Version
15+
16+ 1 . Get ` 04txxxxxx ` version from previous step
17+ 2 . ` sfdx force:package:version:promote -p 04txxxxxx `
18+
19+ - Update install instructions in readme
20+
21+ - Add release on github
Original file line number Diff line number Diff line change 11{
2- "packageDirectories" : [
3- {
4- "path" : " force-app" ,
5- "default" : true
2+ "packageDirectories" : [
3+ {
4+ "path" : " force-app" ,
5+ "default" : true ,
6+ "package" : " GraphQLQuery" ,
7+ "versionName" : " ver 0.1" ,
8+ "versionNumber" : " 0.1.0.NEXT"
9+ }
10+ ],
11+ "namespace" : " " ,
12+ "sfdcLoginUrl" : " https://login.salesforce.com" ,
13+ "sourceApiVersion" : " 45.0" ,
14+ "packageAliases" : {
15+ "GraphQLQuery" : " 0Ho0H000000000zSAA" ,
16+ "[email protected] " :
" 04t0H000000p2qlQAA" 617 }
7- ],
8- "namespace" : " " ,
9- "sfdcLoginUrl" : " https://login.salesforce.com" ,
10- "sourceApiVersion" : " 45.0"
11- }
18+ }
You can’t perform that action at this time.
0 commit comments