I have one dependent variable and many predictors, and I need to use a multiple regression model (linear). Now, I performed a stepwise regression to determine which independent variables to include in the final model. However, I see that when results are published, people usually show more than one model. For instance, they include just the first variable and then the first and the second, then the first, the second and the third, and so on. Showing that the adjusted coefficient of determination, $R^2$, improves.
Do I always have to do that, in order to show that each variable has a contribution (of course if coefficients are significant)? Is there any reference to a formal procedure that better explains this?