Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 723 Bytes

maintaining.md

File metadata and controls

15 lines (13 loc) · 723 Bytes

Warning: This note is for developer/maintainer of this package only

Updating Package

  • Make your changes
  • Update libraryVersion value on midtrans.go file
  • To install dev dependencies with go module run go mod tidy on repo folder
  • To run test, run
    • go test github.com/midtrans/midtrans-go/coreapi
    • go test github.com/midtrans/midtrans-go/snap
    • go test github.com/midtrans/midtrans-go/iris

Release new version

  • Commit and push changes to Github master branch
  • Create a Github Release with the target version
  • Github Release and Master Branch are automatically synced to Go Packages