Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(go): packageName and versionSuffix #2687

Merged
merged 7 commits into from
Mar 14, 2021
Merged

Commits on Mar 14, 2021

  1. feat(go): packageName and versionSuffix

    Add two features to the `go` targets config in package.json:
    
    - `packageName` can be used to customize the name of the go package (previously this was always derived from the javascript name).
    - `versionSuffix` can be used to append a suffix to the version number (e.g. `-devpreview`).
    
    Resolves #2632
    Elad Ben-Israel committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    7f284ee View commit details
    Browse the repository at this point in the history
  2. update config

    Elad Ben-Israel committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    10b144e View commit details
    Browse the repository at this point in the history
  3. Update packages/jsii-pacmak/lib/targets/go/package.ts

    Co-authored-by: Eli Polonsky <epolon@amazon.com>
    Elad Ben-Israel and iliapolo committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    b4d1b74 View commit details
    Browse the repository at this point in the history
  4. check that submodule config is respected

    Elad Ben-Israel committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    0e8d6a5 View commit details
    Browse the repository at this point in the history
  5. update docs

    Elad Ben-Israel committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    d1253ea View commit details
    Browse the repository at this point in the history
  6. update docs

    Elad Ben-Israel committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    bc8c823 View commit details
    Browse the repository at this point in the history
  7. fix tests

    Elad Ben-Israel committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    275acad View commit details
    Browse the repository at this point in the history