You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2018/12/31 04:26:08 UTC

[GitHub] jtulach opened a new pull request #1064: Snapshot of APIs as of release 10.0

jtulach opened a new pull request #1064: Snapshot of APIs as of release 10.0
URL: https://github.com/apache/incubator-netbeans/pull/1064
 
 
   After each release NetBeans should snapshot its APIs as described [at the time of release](http://wiki.netbeans.org/SignatureTest#At_the_time_of_release) paragraph. I've just applied the steps to version 10.0 in the git repository:
   ```bash
   $ git checkout 10.0
   $ ant clean; ant build
   $ ant gen-sigtests-release # I had to fix the nbbuild/build.xml a bit to make this work
   $ git stash
   $ git checkout master
   $ git pull
   $ git checkout -b SnapshotOfAPIsAsOfRelease100
   $ git stash pop
   $ git add .
   $ git commit -m "Snapshot of APIs as of 910bd74bf46d079e49925f702432c74d54ec705c (tag: 10.0-vc5, tag: 10.0, release100)"
   ```
   You can find the result in this request. Ideally this process would be part of the release steps next time. CC @lkishalmi 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists