Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !34932

Remove remaining "master" branch references

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Julien Déramond requested to merge github/fork/julien-deramond/remove-master-branch-references into main Sep 08, 2021
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 3

There are some remaining "master" branch references

Before this PR, grep -r -l -E "bootstrap/blob/master" *:

dist/js/bootstrap.esm.js
dist/js/bootstrap.bundle.js
dist/js/bootstrap.bundle.min.js.map
dist/js/bootstrap.bundle.js.map
dist/js/bootstrap.esm.js.map
dist/js/bootstrap.js
dist/js/bootstrap.esm.min.js.map
dist/js/bootstrap.js.map
dist/js/bootstrap.min.js.map
js/dist/offcanvas.js
js/dist/modal.js.map
js/dist/offcanvas.js.map
js/dist/modal.js

With this PR, after running npm run release, the command grep -r -l -E "bootstrap/blob/master" * doesn't return anything.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/julien-deramond/remove-master-branch-references