firesim / FireMarshal

Software workload management tool for RISC-V based SoC research. This is the default workload management tool for Chipyard and FireSim.
https://docs.fires.im/en/latest/Advanced-Usage/Workloads/index.html
Other
76 stars 51 forks source link

Deprecate the use of a 'dev' branch #228

Closed NathanTP closed 2 years ago

NathanTP commented 2 years ago

The separate 'dev' branch can cause problems/annoyance for little benefit:

  1. PRs default to 'master' and people have to explicitly change it to dev each time.
  2. Releases are a more complicated process of rc branch->dev, then dev->master.

From now on, we'll PR directly to master which is now the 'unstable' branch. Things should generally work in master (and hopefully we'll get CI setup someday). Stable releases are always tagged and listed in github releases. This matches most github projects that I'm familiar with.

NathanTP commented 2 years ago

ping @abejgonzalez, this is just a docs change