Skip to content

Commit

Permalink
Prepare release 1.0.0 (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Hurt <andrew.hurt1@ibm.com>
  • Loading branch information
awjh-ibm authored Feb 6, 2020
1 parent 178c6ee commit e044a93
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ trigger:
branches:
include:
- master
tags:
include:
- '*'

variables:
GOPATH: $(Agent.BuildDirectory)/go
Expand Down
2 changes: 1 addition & 1 deletion .github/RELEASE_CHECKLIST.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Release Checklist

Before releasing ensure that you have:
- Decided on a release tag. The repo uses a 3 number semantic versioning system and therefore the tag should be of the form v.X.X.X e.g. v2.0.0. This value will be known in the rest of this document as `<RELEASE_TAG>`.
- Decided on a release tag. The repo uses a 3 number semantic versioning system and therefore the tag should be of the form v.X.X.X e.g. v1.0.0. This value will be known in the rest of this document as `<RELEASE_TAG>`.
- Run `.release/changelog.sh <PREVIOUS_RELEASE_TAG> <RELEASE_TAG>` to update CHANGELOG.md to contain all commits since the previous tag. Running without the previous release tag will get all commits.
- Commit the updated changelog via PR with commit message "Preparing for release `<RELEASE_TAG>`"

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v2.0.0
## v1.0.0
Wed 5 Feb 2020 16:17:56 GMT

* [3f06eb6](https://github.com/hyperledger/fabric-contract-api-go/commit/3f06eb6) [FABCAG-23](https://jira.hyperledger.org/browse/FABCAG-23) fix struct having array/slice/map of struct (#24)
Expand Down
4 changes: 2 additions & 2 deletions COMPATIBILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GitHub is used for code base management, issues should be reported in the [FABCA

## Summary of Compatibility

This table shows the summary of the compatibility of the package at version 2.0, together with the Go version it requires and the Fabric Peer version it can communicate with.
This table shows the summary of the compatibility of the package at version 1.0, together with the Go version it requires and the Fabric Peer version it can communicate with.

| | Tested | Supported |
| ---------- | ------ | --------- |
Expand All @@ -26,4 +26,4 @@ With Fabric v2.0, the chaincode container can be configured to be started by oth

## Supported Go versions

v2.0.0 packages are supported for building with Go 1.13.
v1.0.0 packages are supported for building with Go 1.13.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![](http://godoc.org/github.com/hyperledger/fabric-contract-api-go?status.svg)](http://godoc.org/github.com/hyperledger/fabric-contract-api-go)

This repository contains the packages for the implementation of the contract API for use in Go chaincode
This repository contains the packages for the implementation of the contract API for use in Go chaincode running on Fabric v2.0

We welcome contributions to the Hyperledger Fabric project in many forms.
There’s always plenty to do! Check the documentation on
Expand Down

0 comments on commit e044a93

Please sign in to comment.