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: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Make sure you have the support of the Hyperledger Fabric community before invest
28
28
29
29
We use our own forks and [Github Flow](https://guides.github.com/introduction/flow/index.html) to deliver changes to the code. Follow these steps to deliver your first pull request:
30
30
31
-
1.[Fork the repository](https://guides.github.com/activities/forking/#fork) and create a new branch from `master`.
31
+
1.[Fork the repository](https://guides.github.com/activities/forking/#fork) and create a new branch from `main`.
32
32
2. If you've added code that should be tested, add tests!
33
33
3. If you've added any new features or made breaking changes, update the documentation.
34
34
4. Ensure all the tests pass.
@@ -42,11 +42,11 @@ Please to try to be consistent with the rest of the code and conform to checksty
42
42
43
43
## Code of Conduct Guidelines <aname="conduct"></a>
44
44
45
-
See our [Code of Conduct Guidelines](../blob/master/CODE_OF_CONDUCT.md).
45
+
See our [Code of Conduct Guidelines](../blob/main/CODE_OF_CONDUCT.md).
46
46
47
47
## Maintainers <aname="maintainers"></a>
48
48
49
-
Should you have any questions or concerns, please reach out to one of the project's [Maintainers](../blob/master/MAINTAINERS.md).
49
+
Should you have any questions or concerns, please reach out to one of the project's [Maintainers](../blob/main/MAINTAINERS.md).
Also: Please see the [Release Manager section](https://github.com/hyperledger/fabric/blob/master/MAINTAINERS.md)
25
+
Also: Please see the [Release Manager section](https://github.com/hyperledger/fabric/blob/main/MAINTAINERS.md)
26
26
27
27
<arel="license"href="http://creativecommons.org/licenses/by/4.0/"><imgalt="Creative Commons License"style="border-width:0"src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <arel="license"href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
@@ -45,10 +45,10 @@ The following technical examples are in this repository. Please see the tutorial
45
45
-**fabric-chaincode-example-sacc** - Contains an example java chaincode gradle project that includes sample chaincode and basic gradle build instructions.
46
46
-**fabric-chaincode-example-sbe** - Contains an example java chaincode gradle project that includes state based endorsement
47
47
48
-
## 'dev' master branch builds
48
+
## 'dev' main branch builds
49
49
50
-
These 'dev' drivers are built from the master branch only, and have a version format including the date for example `2.3.1.dev.20210303`.
51
-
They are published to Artifactory. These can be accessed via the repository at
50
+
These 'dev' drivers are built from the main branch only, and have a version format including the date for example `2.3.1.dev.20210303`.
51
+
They are published to Artifactory. These can be accessed via the repository at
Copy file name to clipboardExpand all lines: RELEASING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The following tasks are required before releasing:
20
20
- Update test, sample, and docs files to match the new version
21
21
- Create a new release notes file
22
22
- Update the `CHANGELOG.md` file
23
-
23
+
24
24
The `changelog.sh` script in `scripts` will prepopulate the changelog but you must check and edit the file manually afterwards as required
25
25
26
26
See the [[FABCJ-289] release: 2.2.0 LTS](https://github.com/hyperledger/fabric-chaincode-java/pull/124) pull request for an example, although be careful to search for all versions in the codebase as they're easy to miss and things change!
@@ -60,17 +60,17 @@ See the [Bump version to 2.2.1](https://github.com/hyperledger/fabric-chaincode-
60
60
61
61
## Interim Build Publishing
62
62
63
-
The nightly Azure Pipeline Builds will also publish the 'dev' drivers to Artifactory. These can be accessed via the repository at
63
+
The nightly Azure Pipeline Builds will also publish the 'dev' drivers to Artifactory. These can be accessed via the repository at
These 'dev' drivers are built from the master branch only, and have a version format including the date for example `2.3.1.dev.20210303`. They can be accessed in a build file like this
70
+
These 'dev' drivers are built from the main branch only, and have a version format including the date for example `2.3.1.dev.20210303`. They can be accessed in a build file like this
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Check the [release notes](https://github.com/hyperledger/fabric-chaincode-java/r
42
42
43
43
## Compatibility
44
44
45
-
For details on what versions of Java and Hyperledger Fabric can be used please see the [compatibility document](https://github.com/hyperledger/fabric-chaincode-java/blob/master/COMPATIBILITY.md).
45
+
For details on what versions of Java and Hyperledger Fabric can be used please see the [compatibility document](https://github.com/hyperledger/fabric-chaincode-java/blob/main/COMPATIBILITY.md).
0 commit comments