How I display post of the post type group by year of post?

You can get list with below code :

<?php wp_get_archives('type=yearly&format=option&post_type=resources&show_post_count=true');  ?>