Skip to content

Commit

Permalink
Add notes about changes in the fork, and versioning conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Nov 4, 2023
1 parent ece1703 commit aa5f8c2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ original repository including
* Modify Bazel wiring to allow GWT 2's GWTTestCase to be usable outside J2CL
itself.
* Modify Bazel wiring to build Javadocs
* Temporary: default the test processor to assume platform=CLOSURE

There is now a relatively-recent tagged version of J2CL in Google's own repository,
the current latest release from Vertispan is based on that instead of an arbitrary
commit. We don't know if tagged releases will continue - so far, they have not, so
we may return to our own release pattern, see below. But for the moment, we are
appending a build number to the end of the upstream tag, currently `v20230718-1`.

As these changes alter J2CL's own public API, we are currently versioning releases
and snapshots as 0.x.y-<hash> releases, to indicate first that this has not yet
Expand Down

0 comments on commit aa5f8c2

Please sign in to comment.